当前位置:网站首页>npm下载报错npm ERR code ERESOLVE
npm下载报错npm ERR code ERESOLVE
2022-06-23 06:19:00 【Aaron Con】
报错:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: @vue/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/eslint-plugin-vue
npm ERR! peer [email protected]"^8.0.1" from @vue/[email protected]
npm ERR! node_modules/@vue/eslint-config-typescript
npm ERR! dev @vue/[email protected]"^9.1.0" from the root project
npm ERR! dev [email protected]"^8.0.3" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer [email protected]"^7.0.0" from @vue/[email protected]
npm ERR! node_modules/@vue/eslint-config-standard
npm ERR! dev @vue/[email protected]"^6.1.0" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: [email protected]
t 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:\Users\danxibao\AppData\Local\npm-cache\eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\danxibao\AppData\Local\npm-cache\_logs\2022-05-29T07_02_09_565Z-debug-0.log
解决::
npm下载时
--legacy-peer-deps
在NPM v7中,现在默认安装peerDependencies。
在很多情况下,npm版本问题会导致下载冲突,从而中断安装过程。
边栏推荐
- JS dynamically creates a href circular download file. Only 10 or a fixed number of files can be downloaded
- 897. 递增顺序搜索树
- Page embedded iframe click browser back problem
- 746. climbing stairs with minimum cost - Dynamic Planning
- Regular expression graph and text ultra detailed summary without rote memorization (Part 1)
- 为什么TCP协议是三次握手而不是两次?
- [project training] change of linear arrow
- 网页制作存在的一些难点
- Business logic design of physical warehouse and virtual warehouse in middle inventory
- QT设计师无法修改窗口大小,无法通过鼠标拖动窗口改变大小的解决方案
猜你喜欢
随机推荐
SSM整合
A small method of debugging equipment serial port information with ADB
JS dynamically creates a href circular download file. Only 10 or a fixed number of files can be downloaded
Storage mode of data in memory (C language)
Anti chicken soup speech
ssm + ftp +ueditor
TP6+Redis+think-queue+Supervisor实现进程常驻消息队列/job任务
Lombok的使用
core.js是什么---kalrry
Chrome remove duplicate bookmarks
899. 有序队列
Interpreting the spirit of unity and cooperation in maker Education
Run typescript code directly using TS node
关于#sql#的问题:有没有不增加字段,在原有字段的基础上,对字段里面的null值进行填充的方法呢
数据在内存中的存储方式(C语言)
994. 腐烂的橘子-非递归法
云原生落地进入深水区,博云容器云产品族释放四大价值
900. RLE 迭代器
MySQL mvcc multi version concurrency control
What are the pension financial products in 2022? Low risk

![[project training] multi segment line expanded to parallel line](/img/f2/ee4985fd2454bf00d600e34a818f2d.png)






