【问题标题】:I can't install react-chat-engine with npm我无法使用 npm 安装 react-chat-engine
【发布时间】:2021-05-11 17:14:08
【问题描述】:

我无法安装

npm install react-chat-engine

PS C:\Users\Edgar\Downloads\project_react\aplicacion> npm install react-chat-engine
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: aplicacion@0.1.0
npm ERR! Found: react@17.0.1
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@"^16.0.0" from react-chat-engine@1.5.11
npm ERR! node_modules/react-chat-engine
npm ERR!   react-chat-engine@"*" 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\Edgar\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\Edgar\AppData\Local\npm-cache\_logs\2021-02-08T04_05_17_318Z-debug.log

我试过了

npm install react-chat-engine --force

它成功了 我知道它既简单又愚蠢,但也许有人会使用它,哈哈

【问题讨论】:

    标签: reactjs react-native npm react-chat-engine


    【解决方案1】:

    或者逻辑已经添加到对等依赖中,现在^16.8.0 || ^17.0.1所以这个问题现在应该已经消失了?

    【讨论】:

    • 问题依旧
    【解决方案2】:

    尝试运行此命令npm i react-chat-engine --legacy-peer-deps 它对我有用 或者你也可以运行这个命令npm i react-chat-engine --force

    【讨论】:

      猜你喜欢
      • 2021-08-30
      • 2016-12-06
      • 2022-01-06
      • 2020-02-11
      • 2020-11-07
      • 2020-12-03
      • 1970-01-01
      • 2022-06-21
      • 2019-12-20
      相关资源
      最近更新 更多