在vscode中运行npm start时显示
Invalid options object. Dev Server has been initialized using an options object that does not match the API schema.- options.allowedHosts[0] should be a non-empty string.应该如何解决?
在vscode中运行npm start时显示
Invalid options object. Dev Server has been initialized using an options object that does not match the API schema.- options.allowedHosts[0] should be a non-empty string.应该如何解决?
nodejs
和npm
版本分别是多少呢?然后你的
package.json
里面的script
的配置和你webpack
上配置的devServer.proxy
是怎样的。看报错信息是由于
devServer.proxy
配置的引起的。