webpack.validateSchema is not a function

后端 未结 10 2063
遇见更好的自我
遇见更好的自我 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:03

    I got it working by running this command:

    npm install --save-dev webpack-dev-server@beta webpack@beta
    

提交回复
热议问题