webpack.validateSchema is not a function

后端 未结 10 2062
遇见更好的自我
遇见更好的自我 2020-12-13 12:54

Webpack are throwing this error all of a sudden:

TypeError: webpack.validateSchema is not a function

Everything was working fine

10条回答
  •  自闭症患者
    2020-12-13 13:30

    Got the same issue when we upgraded angular/cli to 1.6.3 and when we test the ng -v we get an error towards webpack. So we happen to uninstall webpack, do an cache clean and then installed the webpack again globally. It resolved the issue

提交回复
热议问题