npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree

Posted twinkle||cll

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree相关的知识,希望对你有一定的参考价值。

npm 安装 dva的时候直接报错,信息如下:
在这里插入图片描述

问题原因

安装的包与已经存在的包有冲突

解决办法

npm install xxx -- force

或者

npm install  xxx --legacy-peer-deps

这样就可以安装成功了,网友说是npm的包的版本太高了。但是我决定升级后是有这个原因。但是目前我无法确定 -- force--legacy-peer-deps的区别,希望有明白的人在下面回复,技术人帮助技术人,谢谢!

效果

在这里插入图片描述

以上是关于npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree的主要内容,如果未能解决你的问题,请参考以下文章

vue-admin-beautiful:npm ERR! code ERESOLVE && npm ERR! code E451

下载axios时出现很多npm ERR错误:npm ERR! code ERESOLVEnpm ERR! ERESOLVE could not resolve

已解决执行./Scripts/bootstrap.sh报错npm ERR! code ERESOLVE

已解决执行./Scripts/bootstrap.sh报错npm ERR! code ERESOLVE

NodeJs的npm安装install报错:code ERESOLVE ERESOLVE unable to resolve dependency tree

npm i react-push-notification npm ERR