npm 安装依赖 报错 网上 说是node 安装版本不符

在尝试安装element-ui或vue-router时遇到npm代码错误ERESOLVE,提示依赖树无法解析,特别是Vue版本与element-ui要求的版本不匹配。解决方法包括使用--legacy-peer-deps选项重新安装或卸载依赖,以处理上游依赖冲突。
摘要由CSDN通过智能技术生成

在这里插入图片描述
如下 类似 的报错 安装element-ui 或者 vue-router 等

npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: vue-router@4.1.6
npm ERR! Found: vue@2.7.14
npm ERR! node_modules/vue
npm ERR!   vue@"^2.6.14" from the root project
npm ERR!   peerOptional vue@"^2 || ^3.2.13" from @vue/babel-preset-app@5.0.8
npm ERR!   node_modules/@vue/babel-preset-app
npm ERR!     @vue/babel-preset-app@"^5.0.8" from @vue/cli-plugin-babel@5.0.8
npm ERR!     node_modules/@vue/cli-plugin-babel
npm ERR!       dev @vue/cli-plugin-babel@"~5.0.0" from the root project
npm ERR!   2 more (@vue/babel-preset-jsx, element-ui)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer vue@"^3.2.0" from vue-router@4.1.6
npm ERR! node_modules/vue-router
npm ERR!   vue-router@"^4.1.6" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: vue@3.2.45
npm ERR! node_modules/vue
npm ERR!   peer vue@"^3.2.0" from vue-router@4.1.6
npm ERR!   node_modules/vue-router
npm ERR!     vue-router@"^4.1.6" 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\…….txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\…….log

解决的办法:
根据错误提示,在命令行中加入–legacy-peer-deps,由于vue与vue-router版本兼容的问题。

安装:npm install --legacy-peer-deps 依赖名称 --save
卸载:npm uninstall --legacy-peer-deps 依赖名称

也可能因为下载的router版本过高,所以下载低版本的vue-router就可以

npm install vue-router@3.1.3 --save-dev

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

半生过往

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值