在配置webpack时,npm run build 提示要安装webpack-cli ,可是按照webpackcli报错,是怎么回事

来源:-

慕UI6344213

2019-01-25 23:02

D:\zhouWork\zhou-vue-learn>npm run build


> zhou-vue-learn@1.0.0 build D:\zhouWork\zhou-vue-learn

> webpack --config webpack.config.js


One CLI for webpack must be installed. These are recommended choices, delivered as separate packages:

 - webpack-cli (https://github.com/webpack/webpack-cli)

   The original webpack full-featured CLI.

We will use "npm" to install the CLI via "npm install -D".

Do you want to install 'webpack-cli' (yes/no): yes

Installing 'webpack-cli' (running 'npm install -D webpack-cli')...

npm ERR! Unexpected end of JSON input while parsing near '...gistry.npmjs.org/v8-c'


npm ERR! A complete log of this run can be found in:

npm ERR!     C:\Users\Administrator\AppData\Roaming\npm-cache\_logs\2019-01-25T14_41_49_948Z-debug.log

undefined

npm ERR! code ELIFECYCLE

npm ERR! errno 1

npm ERR! zhou-vue-learn@1.0.0 build: `webpack --config webpack.config.js`

npm ERR! Exit status 1

npm ERR!

npm ERR! Failed at the zhou-vue-learn@1.0.0 build script.

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


npm ERR! A complete log of this run can be found in:

npm ERR!     C:\Users\Administrator\AppData\Roaming\npm-cache\_logs\2019-01-25T14_41_50_289Z-debug.log


D:\zhouWork\zhou-vue-learn>npm install -g webpack-cli

npm ERR! Unexpected end of JSON input while

npm ERR! A complete log of this run can be

npm ERR!     C:\Users\Administrator\AppData


写回答 关注

1回答

  • 轧钢机
    2019-02-06 16:25:59

    安装 webpack 3 就行了

Vue+Webpack打造todo应用

用前端最热门框架Vue+最火打包工具Webpack打造todo应用

84606 学习 · 787 问题

查看课程

相似问题