问答详情
源自:2-1 vue-loader+webpack项目配置

运行npm run build 一直报错

npm ERR! code ELIFECYCLE

npm ERR! errno 1

npm ERR! vue-ssr-tech@1.0.0 build: `webpack --config webpack.config.js`

npm ERR! Exit status 1

npm ERR!

npm ERR! Failed at the vue-ssr-tech@1.0.0 build script.

npm ERR! This is probably not a problem with npm. There is likely additional logging output above.


提问者:慕粉3954355 2020-10-19 17:47

个回答

  • 就叫地瓜吧
    2020-12-04 10:54:58

    webpack4 以上的版本需要再安装一个 webpack-cli

  • 慕运维2070026
    2020-11-09 10:15:56

    安装一下webpack-cli试试