looker-open-source / dashboard-summarization

MIT License
18 stars 12 forks source link

How to " npm run develop" #11

Closed satonos closed 2 months ago

satonos commented 2 months ago

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 serve --hot --port 8080 --firewall false --config webpack.develop.js

[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? }

satonos commented 2 months ago

This advice solved my problem.