冲突的对等依赖关系:webpack@4.46.0 npm ERR!节点模块/webpack

Posted

技术标签:

【中文标题】冲突的对等依赖关系:webpack@4.46.0 npm ERR!节点模块/webpack【英文标题】:Conflicting peer dependency: webpack@4.46.0 npm ERR! node_modules/webpack 【发布时间】:2021-08-02 20:47:26 【问题描述】:

我从 github 克隆了一个存储库,然后使用 npm install 安装了 npm 包,但出现此错误

  "devDependencies": 
    "@vue/cli-plugin-babel": "~4.5.0",
    "@vue/cli-plugin-eslint": "~4.5.0",
    "@vue/cli-service": "~4.5.0",
    "@vue/composition-api": "^1.0.0-rc.6",
    "babel-eslint": "^10.1.0",
    "eslint": "^6.7.2",
    "eslint-plugin-vue": "^6.2.2",
    "less": "^4.1.1",
    "less-loader": "^8.0.0",
    "node-sass": "^5.0.0",
    "sass": "^1.32.6",
    "sass-loader": "^7.3.1",
    "url-loader": "^4.1.1",
    "vue-template-compiler": "^2.6.11"
  ,

我怎样才能摆脱这个问题?

【问题讨论】:

【参考方案1】:

我从我过去两周构建的项目中发现了这个问题。现在,本月(2021 年 5 月)sass-lang 说 LibSass 和 Node Sass 已弃用

试试这个命令-

yarn remove node-sass
yarn add sass

npm 命令

【讨论】:

以上是关于冲突的对等依赖关系:webpack@4.46.0 npm ERR!节点模块/webpack的主要内容,如果未能解决你的问题,请参考以下文章

从 Angular 11 升级到 12 会导致对等依赖冲突

Monorepo 中的对等依赖关系

全局安装具有对等依赖关系的 npm 包(package.json 中未提及)

React 16 - 不正确的对等依赖

安装拉力编码依赖项时未安装 NPM 警告所需的对等依赖项

为什么在npm中使用插件的对等依赖?