1. 程式人生 > 其它 >2.0 vue啟動報錯

2.0 vue啟動報錯

手動刪除

C:\Users\19862\AppData\Local\npm-cache C:\Users\19862\AppData\Roaming\npm https://www.cnblogs.com/Chen-Jing-Hua/p/11765169.html npm cache verify npm cache clear --force && npm install --no-shrinkwrap --update-binary npm install --registry=https://registry.npm.taobao.org 忽略安裝 npm install [email protected] --ignore-scripts
https://blog.csdn.net/zhangbinlong/article/details/107519068
https://blog.csdn.net/weixin_39520640/article/details/110220638 https://blog.csdn.net/xingxingxingge/article/details/97376290 https://blog.csdn.net/gao_grace/article/details/77942323?locationNum=9&fps=1 再一次總結:起不起來的情況,尤其是之前沒問題,最近起不起來 npm cache clean --force npm cache verify //可選 rm -rf node_modules package-lock.json npm cache clean --force npm install npm run dev 這個是sass版本的問題: npm uninstall sass
-loader npm install--save-dev sass-loader@7.3.1