安装依赖 - npm ERR code ERESOLVE 和 npm ERR ERESOLVE could not resolve

删除项目下的 node_modules 目录和package-lock.json ,重新npm install 解决问题

npm config set registry xxx     ---设置npm镜像

npm config is    ----查看使用镜像

npm ERR! code ERESOLVEnpm ERR! ERESOLVE could not resolvenpm ERR! npm ERR! While resolving: @vue/eslint-config-standard@6.1.0    npm ERR! Found: eslint-plugin-vue@8.7.1npm ERR! node_modules/eslint-plugin-vuenpm ERR!   dev eslint-plugin-vue@"^8.0.3" from the root projectnpm ERR! npm ERR! Could not resolve dependency:npm ERR! peer eslint-plugin-vue@"^7.0.0" from @vue/eslint-config-standard@6.1.0npm ERR! node_modules/@vue/eslint-config-standardnpm ERR!   dev @vue/eslint-config-standard@"^6.1.0" from the root projectnpm ERR!npm ERR! Conflicting peer dependency: eslint-plugin-vue@7.20.0npm ERR!   peer eslint-plugin-vue@"^7.0.0" from @vue/eslint-config-standard@6.1.0npm ERR!   node_modules/@vue/eslint-config-standardnpm ERR!     dev @vue/eslint-config-standard@"^6.1.0" from the root projectnpm ERR!npm ERR! Fix the upstream dependency conflict, or retrynpm ERR! this command with --force, or --legacy-peer-depsnpm ERR! to accept an incorrect (and potentially broken) dependency resolution.npm ERR!npm ERR! See C:\Users\86136\AppData\Local\npm-cache\eresolve-report.txt for a full report. npm ERR! A complete log of this run can be found in:

报错的原因可能是 :npm 版本问题,npm 的不同版本对不同的组件库等命令不兼容,对命令的要求更严格;这里可选择下载最新的 npm 解决问题,或者采用如下的解决方案;

解决方案一:

通常,最简单的解决方法是将 --legacy-peer-deps 标志传递给 npm,解决指令例如:

npm i vant@latest-v2 -S --legacy-peer-deps

  如果这不能立即起作用,也许可以先删除node_modulespackage-lock.json。它们将被重新创建。

解决方案二:

在指令末尾加上 -force ,例如:

npm i vant@latest-v2 -S -force

  • 1
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
引用中提到了一个npm的错误信息,即"npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR!"。这个错误通常是由于无法解析依赖关系而导致的。解决这个问题的一种方法是检查你的项目中的依赖项是否有冲突或缺失。可以尝试更新或重新安装相关的依赖项来解决此问题。另外,引用中提到的重新安装vuex的版本也可能有助于解决这个问题。另外,引用中提到可以尝试安装less-loader来解决一些与样式加载相关的问题。总结起来,解决这个npm错误的方法包括更新或重新安装相关依赖项,检查依赖关系是否有冲突或缺失,并尝试安装适当的加载器来解决样式加载问题。<span class="em">1</span><span class="em">2</span><span class="em">3</span> #### 引用[.reference_title] - *1* [安装依赖时报错:npm ERR!... ERESOLVE could not resolve npm ERR! npm ERR! While resolving](https://blog.csdn.net/yh_31/article/details/127440247)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"] - *2* *3* [npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! Vue开发中安装库经常报错](https://blog.csdn.net/A13526_/article/details/125842394)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"] [ .reference_list ]

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值