vue3安装依赖报错
npm install npm@6.14.10 -g
While resolving: aidr-web-service-web@1.0.0
npm ERR! Found: vue@3.2.33
npm ERR! node_modules/vue
npm ERR!vue@"^3.1.1" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer vue@"^2.x" from vue-jest@3.0.7
npm ERR! node_modules/vue-jest
npm ERR!dev vue-jest@"^3.0.7" 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:\Users\dr\AppData\Local\npm-cache\eresolve-report.txt for a full report.
最近在安装依赖包的时候 一直报这个错误 可以直接使用 就可以解决这个问题了。
【vue3|While resolving: aidr-web-service-web@1.0.0 vue3安装依赖报错】
文章图片
可以正常安装 依赖包
文章图片
推荐阅读
- vue|vue个人在线简历
- vue|vue3组件封装之搜索组件的封装
- vue|Vue3传送组件Teleport
- vue|vue中使用hover.css动画
- vue|nextTick
- webpack|-4048webpack安装 没有文件文件夹或者目录的权限解决办法
- js|JS深浅拷贝
- vue|如何使用vue ui快速创建自己的项目
- 前端|JS中的数组(含leetcode例题)<持续更新~>