npm start does not work in angular 5 anymore [duplicate]

别等时光非礼了梦想. 提交于 2019-12-11 11:51:21

问题


I'm trying to run npm start for angular 5 and I get the following error

TypeError: callbacks[i] is not a function

Does anyone know where this comes from? It just appeared out of nowhere... There seems nothing to be wrong with my project (code)


回答1:


Temporary fix:

Rollback the bugged dependency.

npm install copy-webpack-plugin@4.3.0

More info here https://github.com/angular/angular-cli/issues/9550



来源:https://stackoverflow.com/questions/48686688/npm-start-does-not-work-in-angular-5-anymore

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!