NodeJs的npm安装install报错:code ERESOLVE ERESOLVE unable to resolve dependency tree
Posted zhangphil
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了NodeJs的npm安装install报错:code ERESOLVE ERESOLVE unable to resolve dependency tree相关的知识,希望对你有一定的参考价值。
NodeJs的npm安装install报错:code ERESOLVE ERESOLVE unable to resolve dependency tree
code ERESOLVE
ERESOLVE unable to resolve dependency tree
先删除node_modules和package-lock.json,然后重新执行npm命令:
npm i install --legacy-peer-deps
主要原因是当前的nodejs版本过高,也可以试试降低当前的npm版本:
npx -p npm@6 npm i --legacy-peer-deps
以上是关于NodeJs的npm安装install报错:code ERESOLVE ERESOLVE unable to resolve dependency tree的主要内容,如果未能解决你的问题,请参考以下文章
在linux上面用npm install zmq 报错 nodejs zmq linux
vue-element-admin 安装依赖 npm install 报错解决笔记