gpt4 book ai didi

reactjs - 使用 React 18 安装 react-notifications-component 包时出错

转载 作者:行者123 更新时间:2023-12-02 01:38:44 25 4
gpt4 key购买 nike

我之前使用过 react-notifications-component ( npm ),它工作正常。但最近我尝试用 react 18 安装它,但我收到了这个错误:

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: code-challenge-front@0.1.0
npm ERR! Found: react@18.0.0
npm ERR! node_modules/react
npm ERR! react@"^18.0.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^17.0.1" from react-notifications-component@3.4.1
npm ERR! node_modules/react-notifications-component
npm ERR! react-notifications-component@"*" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! A complete log of this run can be found in:

有什么解决办法吗?或者我必须使用另一个包?

最佳答案

react-notifications-component@3.4.1 正在使用 react@"^17.0.1"

的对等依赖项

如果你想使用react-notifications-component@3.4.1那么你必须使用react@"^17.0.1"否则你不能使用它使用 react@"^18.0.0" 直到 react-notifications-component 为 react 18 提供新版本支持。

或者,您可以使用 npm i --legacy-peer-deps 来避免这个问题。

关于reactjs - 使用 React 18 安装 react-notifications-component 包时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/71939663/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com