UnhandledPromiseRejectionWarning: Error: ϵͳ�Ҳ���ָ����·����
一、错误
使用 npm run build 打包项目的时候出现一下错误...
二、解决
将
package-lock.json
删掉以及node_modules
,使用cnpm install
重新安装,然后再使用npm run build
或cnpm run build
打包文件即可.
1.rm -rf node_modules
2.npm cache clean
3.npm install
本文来自博客园,作者:爱吃糖的橘猫,转载请注明原文链接:https://www.cnblogs.com/sglblog/p/16119564.html