npm install报错如下:

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: vue3.1@0.1.0
npm ERR! Found: eslint@7.24.0
npm ERR! node_modules/eslint
npm ERR!   dev eslint@"^7.24.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@">= 1.6.0 < 7.0.0" from @vue/cli-plugin-eslint@4.5.12
npm ERR! node_modules/@vue/cli-plugin-eslint
npm ERR!   dev @vue/cli-plugin-eslint@"~4.5.12" 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\user\AppData\Local\npm-cache\eresolve-report.txt for a full report.

最开始没搞懂因为什么,以为是安装的插件不兼容,后来才发现原来是因为我把项目node安装的到最新版本15.xx了,node版本太高导致插件不兼容,因为是用脚手架初始化一个项目,其它也没有什么配置之类的报错。

解决方法:

1.去控制面板或直接删除安装的文件将node卸载干净。
2.从官网上下载一个最新稳定版的(我下载的是 Node 14.16.1)。
3.安装完以后,就可以 npm install顺利的安装依赖了。

Logo

前往低代码交流专区

更多推荐