我是靠谱客的博主 愤怒冬瓜,这篇文章主要介绍npm install报错,现在分享给大家,希望可以做个参考。

复制代码
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: ddd@0.1.0 npm ERR! Found: vue@3.2.27 npm ERR! node_modules/vue npm ERR! vue@"^3.2.8" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer vue@"3.1.x" from element-plus@1.0.2-beta.71 npm ERR! node_modules/element-plus npm ERR! element-plus@"^1.0.2-beta.28" 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:UsersAdministratorAppDataLocalnpm-cacheeresolve-report.txt for a full report.

解决办法

复制代码
1
2
npm i --legacy-peer-deps

最后

以上就是愤怒冬瓜最近收集整理的关于npm install报错的全部内容,更多相关npm内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(66)

评论列表共有 0 条评论

立即
投稿
返回
顶部