You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I did it "npm run develop", the error was happend.--Error: Unknown option '--disable-host-check'
I tried to chage some infomation in package.json from #916 but the error is still coming up.
[webpack-cli] Error: Unknown option '--firewall'
[webpack-cli] Run 'webpack --help' to see available commands and options
webpack serve --hot --port 8080 --allowed-hosts all --config webpack.develop.js
[webpack-cli] Invalid options object. Dev Server has been initialized using an options object that does not match the API schema.
options has an unknown property '_assetEmittingPreviousFiles'. These properties are valid:
object { allowedHosts?, bonjour?, client?, compress?, devMiddleware?, headers?, historyApiFallback?, host?, hot?, ipc?, liveReload?, onListening?, open?, port?, proxy?, server?, setupExitSignals?, setupMiddlewares?, static?, watchFiles?, webSocketServer? }
The text was updated successfully, but these errors were encountered:
When I did it "npm run develop", the error was happend.--Error: Unknown option '--disable-host-check'
I tried to chage some infomation in package.json from #916 but the error is still coming up.
[webpack-cli] Error: Unknown option '--firewall'
[webpack-cli] Run 'webpack --help' to see available commands and options
[webpack-cli] Invalid options object. Dev Server has been initialized using an options object that does not match the API schema.
options has an unknown property '_assetEmittingPreviousFiles'. These properties are valid:
object { allowedHosts?, bonjour?, client?, compress?, devMiddleware?, headers?, historyApiFallback?, host?, hot?, ipc?, liveReload?, onListening?, open?, port?, proxy?, server?, setupExitSignals?, setupMiddlewares?, static?, watchFiles?, webSocketServer? }
The text was updated successfully, but these errors were encountered: