码迷,mamicode.com
首页 > 其他好文 > 详细

npm run dev报错解决方法

时间:2020-06-07 21:10:28      阅读:94      评论:0      收藏:0      [点我收藏+]

标签:oam   server   app   run   解决方法   The   nbsp   output   ack   

报错信息

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the meiduo_mall@1.0.0 dev 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\zhouchen\AppData\Roaming\npm-cache\_logs\2020-06-07T12_37_32_308Z-debug.log

原因:

  新版的webpack存在的bug,卸载现有的新版本webpack,装老版本

 

解决:

  npm uninstall webpack-dev-server

  npm install webpack-dev-server@2.9.1

  num run dev 

 

npm run dev报错解决方法

标签:oam   server   app   run   解决方法   The   nbsp   output   ack   

原文地址:https://www.cnblogs.com/zhouchen0408/p/13062171.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!