当前位置:网站首页>npm install报错npm ERR Could not resolve dependency npm ERR peer
npm install报错npm ERR Could not resolve dependency npm ERR peer
2022-08-02 11:08:00 【m0_67393295】
vue安装时报错npm ERR! Could not resolve dependency: npm ERR! peer…
报错日志如下
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/eslint
npm ERR! [email protected]“^7.4.0” from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer [email protected]“^5.0.0 || ^6.0.0” from [email protected]
npm ERR! dev [email protected]“^6.2.0” 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 D: ode ode_cacheeresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! D: ode ode_cache_logs?2-04-28T06_55_18_256Z-debug-0.log
报错原因
在新版本的npm中,默认情况下,npm install遇到冲突的peerDependencies时将失败。
解决办法
使用--force
或--legacy-peer-deps
可解决这种情况。
--force
会无视冲突,并强制获取远端npm库资源,当有资源冲突时覆盖掉原先的版本。--legacy-peer-deps
:安装时忽略所有peerDependencies,忽视依赖冲突,采用npm版本4到版本6的样式去安装依赖,已有的依赖不会覆盖。
建议用--legacy-peer-deps
比较保险一点
在终端重新安装即可解决
npm install --legacy-peer-deps
先自我介绍一下,小编13年上师交大毕业,曾经在小公司待过,去过华为OPPO等大厂,18年进入阿里,直到现在。深知大多数初中级java工程师,想要升技能,往往是需要自己摸索成长或是报班学习,但对于培训机构动则近万元的学费,着实压力不小。自己不成体系的自学效率很低又漫长,而且容易碰到天花板技术停止不前。因此我收集了一份《java开发全套学习资料》送给大家,初衷也很简单,就是希望帮助到想自学又不知道该从何学起的朋友,同时减轻大家的负担。添加下方名片,即可获取全套学习资料哦
边栏推荐
猜你喜欢
一体化在线政务服务平台,小程序容器技术加速建设步伐
Jay Chou's new song is released, crawl the "Mojito" MV barrage, and see what the fans have to say!
企业级数据治理工作怎么开展?Datahub这样做
Turning and anti-climbing attack and defense
Shell编程之条件语句
配置mysql失败了,这是怎么回事呢?
C#/VB.NET to add more lines more columns image watermark into the Word document
sqli-labs(less-11)
突破边界,华为存储的破壁之旅
STM32+MPU6050 Design Portable Mini Desktop Clock (Automatically Adjust Time Display Direction)
随机推荐
记一次mysql查询慢的优化历程
全方位剖析Numpy中的np.diag源代码
Oracle 19c 连接PDB
腾讯云云函数SCF—入门须知
小几届的学弟问我,软件测试岗是选11k的华为还是20k的小公司,我直呼受不了,太凡尔赛了~
leetcode: 200. Number of islands
如何在技术上来保证LED显示屏质量?
字节跳动软件测试岗,收到offer后我却拒绝了~给面试的人一些忠告....
5G网络切片技术
循环语句综合练习
LayaBox---TypeScript---Symbols
SQLAlchemy使用教程
MapStruct
21天学习挑战赛--第一天打卡(屏幕密度)
SQL 经典50题(题目+解答)(1)
C#/VB.NET to add more lines more columns image watermark into the Word document
Mysql环境变量的配置(详细图解)
Why use BGP?
详细总结SoC、DSP、MCU、GPU和FPGA等基础概念
软件测试岗位巨坑?阿里在职7年测试人告诉你千万别上当