radium install与react 17.0.2一起使用时出错



当我尝试用npm安装radium时,我得到了一个依赖树错误。

我使用的命令:

npm install --save radium

这是我得到的错误堆栈-

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: 
npm ERR! Found: react@17.0.2
npm ERR! node_modules/react
npm ERR!   react@"^17.0.2" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.8.0" from radium@0.26.1

我不希望强制将我的react版本降级到16.8.0。我该如何解决此问题?

使用npm install --save radium --force

相关内容

  • 没有找到相关文章

最新更新