学无先后,达者为师

网站首页 编程语言 正文

npm 报错: npm ERR! code ERESOLVE , npm ERR! code E404

作者:苦涩精灵 更新时间: 2022-01-20 编程语言

npm 报错:

PS D:\Software\HBuilderX\Workspace\vant\vant-demo\vant\vue2> npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: vant-demo-vue2@1.0.0
npm ERR! Found: eslint@4.19.1
npm ERR! node_modules/eslint
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^5.0.0 || ^6.0.0" from eslint-plugin-vue@6.2.2
npm ERR! node_modules/eslint-plugin-vue
npm ERR! dev eslint-plugin-vue@"^6.0.1" from the root project
npm ERR!
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\Administrator\AppData\Local\npm-cache\eresolve-report.txt for a full report.

查看当前npm 版本

npm -v
在这里插入图片描述

7.x版本的vpm 要正常在vscode上使用的指令:

npm i --legacy-peer-deps
在这里插入图片描述

现在就可以使用了
在这里插入图片描述

原文链接:https://blog.csdn.net/weixin_43873198/article/details/120739987

栏目分类
最近更新