運行npm run build 一直報錯
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] build: `webpack --config webpack.config.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
2020-12-04
webpack4 以上的版本需要再安裝一個 webpack-cli
2020-11-09
安裝一下webpack-cli試試