报错如下:
npm ERR! code ELIFECYCLE
npm ERR! webpack-test@1.0.0 build: `webpack --progress --profile --colors --config webpack.prod.js`
npm ERR! Exit status 126
解决方案
rm -rf node_modules
rm package-lock.json
npm cache clear--force
npm ERR! code ELIFECYCLE
npm ERR! webpack-test@1.0.0 build: `webpack --progress --profile --colors --config webpack.prod.js`
npm ERR! Exit status 126
rm -rf node_modules
rm package-lock.json
npm cache clear--force
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。