我无法使用 npm 安装 react-chat-engine [英] I can't install react-chat-engine with npm

查看:73
本文介绍了我无法使用 npm 安装 react-chat-engine的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我无法安装

npm install react-chat-engine

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

npm install react-chat-engine --force

它奏效了我知道这很简单而且很愚蠢,但也许有人会使用它,哈哈

and it worked I know it's simple and stupid but maybe someone will use it lol

推荐答案

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

Try to run this command npm i react-chat-engine --legacy-peer-deps it worked for me or you can run this command also npm i react-chat-engine --force

这篇关于我无法使用 npm 安装 react-chat-engine的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆