npm i依赖版本兼容问题处理
生活随笔
收集整理的這篇文章主要介紹了
npm i依赖版本兼容问题处理
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
npm i報錯提示
whq@whq-Z270P-D3:/data/code/builder_git/xx$ npm i npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: webbq-cmm@1.1.0 npm ERR! Found: webpack@3.12.0 npm ERR! node_modules/webpack npm ERR! dev webpack@"^3.12.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer webpack@"^2.0.0" from sass-loader@5.0.1 npm ERR! node_modules/sass-loader npm ERR! dev sass-loader@"5.0.1" 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運行這個命令解決,后面加上了–legacy-peer-deps參數
npm i --legacy-peer-deps
總結
以上是生活随笔為你收集整理的npm i依赖版本兼容问题处理的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 一天搞懂深度学习--深度学习简介
- 下一篇: Linux命令(七)Linux用户管理和