【问题标题】:when i run npm install react-currency format . I'm getting the below error? what can i do?当我运行 npm install react-currency format 。我收到以下错误?我能做些什么?
【发布时间】:2021-03-24 17:46:52
【问题描述】:
PS C:\Users\ELCOT\amazon-clone-app> npm install react-currency-format    
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: amazon-clone-app@0.1.0
npm ERR! Found: react@17.0.2
npm ERR! node_modules/react
npm ERR!   react@"^17.0.1" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^0.14 || ^15.0.0-rc || ^15.0.0 || ^16.0.0-rc || ^16.0.0" from react-currency-format@1.0.0
npm ERR! node_modules/react-currency-format
npm ERR!   react-currency-format@"*" 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! See C:\Users\ELCOT\AppData\Local\npm-cache\eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\ELCOT\AppData\Local\npm-cache\_logs\2021-03-24T17_38_45_526Z-debug.log
PS C:\Users\ELCOT\amazon-clone-app> 

【问题讨论】:

    标签: reactjs npm-install


    【解决方案1】:

    运行这个 cmd npm install react-currency-format --save --force

    【讨论】:

      【解决方案2】:

      你还没有安装 react。在安装 react-currency-format 之前,您必须先安装 react。 如下所示,没有安装 react。

      npm 错误!无法解决依赖关系:npm ERR!同行反应@"^0.14 || ^15.0.0-rc || ^15.0.0 || ^16.0.0-rc || ^16.0.0" 从 反应货币格式@1.0.0

      你可以看到它需要先安装 react。 做一个

      npm i react
      

      然后做

      npm i react-currency-format
      

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2020-12-08
        • 2023-02-04
        • 2020-09-04
        • 2021-08-10
        • 2022-07-26
        • 2010-10-20
        • 2021-08-01
        • 1970-01-01
        相关资源
        最近更新 更多