Vue前端打包报错
一、Vue前端打包报错
1.1 UnhandledPromiseRejectionWarning: Error: ϵͳ�Ҳ���ָ����·����
DeprecationWarning: The 'parserOptions.ecmaFeatures.experimentalObjectRestSpread' option is deprecated. Use 'parserOptions.ecmaVersion' instead. (found in "standard")
UnhandledPromiseRejectionWarning: Error: ϵͳ�Ҳ���ָ����·����
报错示例:
解决方式:
①使用rm -rf
删除掉项目中的node_modules
目录以及package-lock.json
②使用cnpm install
重新安装
③使用cnpm run build
或npm run build
重新打包
④当①②③都用过还不行的时候,再执行①后在使用npm cache clean
清掉缓存
本文来自博客园,作者:爱吃糖的橘猫,转载请注明原文链接:https://www.cnblogs.com/sglblog/p/16179195.html