日本免费高清视频-国产福利视频导航-黄色在线播放国产-天天操天天操天天操天天操|www.shdianci.com

學無先后,達者為師

網站首頁 編程語言 正文

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

欄目分類
最近更新