• 首页 首页 icon
  • 工具库 工具库 icon
    • IP查询 IP查询 icon
  • 内容库 内容库 icon
    • 快讯库 快讯库 icon
    • 精品库 精品库 icon
    • 问答库 问答库 icon
  • 更多 更多 icon
    • 服务条款 服务条款 icon

npm 安装报错-错误集景-持续更新

武飞扬头像
darling331
帮助1

错误信息

  1.  
    npm ERR! code ERESOLVE
  2.  
    npm ERR! ERESOLVE unable to resolve dependency tree
  3.  
    npm ERR!
  4.  
    npm ERR! Found: eslint@7.15.0
  5.  
    npm ERR! node_modules/eslint
  6.  
    npm ERR! dev eslint@"7.15.0" from the root project
  7.  
    npm ERR! peer eslint@">= 1.6.0" from @vue/cli-plugin-eslint@4.4.6
  8.  
    npm ERR! dev @vue/cli-plugin-eslint@"4.4.6" from the root project
  9.  
    npm ERR! 2 more (babel-eslint, eslint-plugin-vue)
  10.  
    npm ERR!
  11.  
    npm ERR! Could not resolve dependency:
  12.  
    npm ERR! peer eslint@">=1.6.0 <7.0.0" from eslint-loader@2.2.1
  13.  
    npm ERR! node_modules/@vue/cli-plugin-eslint/node_modules/eslint-loader
  14.  
    npm ERR! eslint-loader@"^2.2.1" from @vue/cli-plugin-eslint@4.4.6
  15.  
    npm ERR! node_modules/@vue/cli-plugin-eslint
  16.  
    npm ERR! dev @vue/cli-plugin-eslint@"4.4.6" from the root project
  17.  
    npm ERR!
  18.  
    npm ERR! Fix the upstream dependency conflict, or retry
  19.  
    npm ERR! this command with --force, or --legacy-peer-deps
  20.  
    npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
  21.  
    npm ERR!
  22.  
    npm ERR! See C:\Users\Administrator\AppData\Local\npm-cache\eresolve-report.txt for a full report.
学新通

原因

在新版本的npm中,默认情况下,npm install遇到冲突的peerDependencies时将失败。

解决

使用–force或–legacy-peer-deps可解决这种情况。

-force 会无视冲突,并强制获取远端npm库资源,当有资源冲突时覆盖掉原先的版本。

-legacy-peer-deps:安装时忽略所有peerDependencies,忽视依赖冲突,采用npm版本4到版本6的样式去安装依赖,已有的依赖不会覆盖。
建议用--legacy-peer-deps 比较保险一点npm install --registry=https://registry.npmmirror.com --legacy-peer-deps

这篇好文章是转载于:学新通技术网

  • 版权申明: 本站部分内容来自互联网,仅供学习及演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,请提供相关证据及您的身份证明,我们将在收到邮件后48小时内删除。
  • 本站站名: 学新通技术网
  • 本文地址: /boutique/detail/tanhgfgkch
系列文章
更多 icon
同类精品
更多 icon
继续加载