本文章向大家介紹若依vue前端報(bào)錯(cuò),主要包括若依vue前端報(bào)錯(cuò)使用實(shí)例、應(yīng)用技巧、基本知識(shí)點(diǎn)總結(jié)和需要注意事項(xiàng),具有一定的參考價(jià)值,需要的朋友可以參考一下。
運(yùn)行npm install報(bào)錯(cuò)信息: npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: ruoyi@3.4.0 npm ERR! Found: webpack@5.36.2 npm ERR! node_modules/webpack npm ERR! peer webpack@"^4.0.0 || ^5.0.0" from html-webpack-plugin@4.5.2 npm ERR! node_modules/html-webpack-plugin npm ERR! peer html-webpack-plugin@"^3.0.0 || ^4.0.0" from script-ext-html-webpack-plugin@2.1.5 npm ERR! node_modules/script-ext-html-webpack-plugin npm ERR! dev script-ext-html-webpack-plugin@"2.1.5" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer webpack@"^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0" from script-ext-html-webpack-plugin@2.1.5 npm ERR! node_modules/script-ext-html-webpack-plugin npm ERR! dev script-ext-html-webpack-plugin@"2.1.5" 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:\Program Files\nodejs\node_cache\eresolve-report.txt for a full report. 網(wǎng)上的方法有是說(shuō)node或者是npm版本過(guò)高,需要卸載或者emmm比較麻煩。
最好能不換版本用到的方法:
試試npm install -g yarn
yarn install
然后再用npm run dev 啟動(dòng)前端項(xiàng)目
(責(zé)任編輯:admin)本文地址:http://m.bmm520.net/info/wangzhankaifaqianhouduan/2023/0214/23495.html