当前位置:网站首页>【npm错误】- npm ERR code ERESOLVE 和 npm ERR ERESOLVE could not resolve 问题
【npm错误】- npm ERR code ERESOLVE 和 npm ERR ERESOLVE could not resolve 问题
2022-07-29 02:33:00 【m0_67403188】
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/webpack
npm ERR! peer [email protected]“^4.0.0 || ^5.0.0” from @soda/[email protected]
npm ERR! node_modules/@soda/friendly-errors-webpack-plugin
npm ERR! @soda/[email protected]“^1.8.0” from @vue/[email protected]
npm ERR! node_modules/@vue/cli-service
npm ERR! peer @vue/[email protected]“^3.0.0 || ^4.0.0 || ^5.0.0-0” from @vue/[email protected]
npm ERR! node_modules/@vue/cli-plugin-babel
npm ERR! dev @vue/[email protected]“~5.0.0” from the root project
npm ERR! 4 more (@vue/cli-plugin-eslint, @vue/cli-plugin-router, …)
npm ERR! [email protected]“^5.54.0” from @vue/[email protected]
npm ERR! node_modules/@vue/cli-plugin-babel
npm ERR! dev @vue/[email protected]“~5.0.0” from the root project
npm ERR! 17 more (@vue/cli-plugin-eslint, @vue/cli-service, …)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! [email protected]“5.0.0” from the root project
npm ERR!
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/webpack
npm ERR! peer [email protected]“^2.0.0 || ^3.0.0 || ^4.0.0” from [email protected]
npm ERR! node_modules/less-loader
npm ERR! [email protected]“5.0.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 C:UsersadminAppDataLocal pm-cacheeresolve-report.txt for a full report.npm ERR! A complete log of this run can be found in:
npm ERR! C:UsersadminAppDataLocal pm-cache_logs?2-05-07T09_45_32_750Z-debug-0.log
这里小编在 npm i less [email protected] -D 或者其他依赖包的时候出现以上错误
可能是npm版本问题报错
解决方法:在命令后面加上
–legacy-peer-deps
–legacy-peer-deps的作用
在NPM v7中,现在默认安装peerDependencies。
在很多情况下,这会导致版本冲突,从而中断安装过程。
–legacy-peer-deps标志是在v7中引入的,目的是绕过peerDependency自动安装;它告诉 NPM 忽略项目中引入的各个modules之间的相同modules但不同版本的问题并继续安装,保证各个引入的依赖之间对自身所使用的不同版本modules共存。
边栏推荐
- New conch movie theme template m3.1 fully decrypted version multifunctional apple cmsv10 background adaptive theme open source fully decrypted version
- (作业)C语言:atoi和strncpy、strncat、strncmp的模拟实现
- groupby 方法
- 并发模式之生产者消费者模式
- Cloud development workers must go to work fishing and paddling wechat applet source code
- Small program source code for campus stray cat information recording and sharing / wechat cloud development medium big cat spectrum small program source code
- 解析机器人与人类情感共鸣的主观意识
- Notes on the seventh day
- 多重继承与派生类成员标识
- 11.书写规则-伪目标
猜你喜欢
随机推荐
Really time NTP service startup command
Add a row to a specific location in the dataframe
Catchadmin practical tutorial (IV) implementation of relevant functions of table components
Memories of many years ago
第十天笔记
FFmpeg+SDL+QT实现简单是视频播放器
第八天笔记
OWT server source code analysis (4) -- video module analysis of mixer out
【luogu P8352】小 N 的独立集(DP套DP)(性质)
10.书写规则-文件搜寻
Thirty years of MPEG audio coding
6-21漏洞利用-mysql弱口令破解
自动分账系统哪家好?
MongoDB索引 (3)
区区区间---线段树lazy标记板子题
Some records during the development of ros2/ros1
UE4.25 Slate源码解读
Cloud development workers must go to work fishing and paddling wechat applet source code
groupby 方法
QT screen adaptive automatic layout, drag the window to automatically grow larger and smaller (I)








