vue npm run dev报错webpack-dev-server

在运行vue项目时报以下问题:vue

E:\mobile_real\mobile-vue>npm run devwebpack

 

> mobile_real@1.0.0 dev E:\mobile_real\mobile-vueweb

> webpack-dev-server --inline --progress --config build/webpack.dev.conf.jsnpm

 

npm ERR! code ELIFECYCLEwebpack-dev-server

npm ERR! errno 1ui

npm ERR! mobile_real@1.0.0 dev: `webpack-dev-server --inline --progress --config build/webpack.dev.conf.js`this

npm ERR! Exit status 1spa

npm ERR!debug

npm ERR! Failed at the mobile_real@1.0.0 dev script.code

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\FKT00120\AppData\Roaming\npm-cache\_logs\2019-05-27T01_45_54_024Z-debug.log

查阅资料发现是webpack新版bug,卸载现有webpack,安装老版本便可

解决办法:

一、npm uninstall webpack-dev-server

二、npm install webpack-dev-server@2.9.1

三、npm run dev

相关文章
相关标签/搜索