Ahmed Rabee
Ahmed Rabee

Reputation: 1

i have error when i run npm , npm run watch , [webpack-cli] Error: Unknown option '--hide-modules'

ahmedrabee@ahmed-mac test-order % npm run watch

watch NODE_ENV=development webpack --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js

[webpack-cli] Error: Unknown option '--hide-modules' [webpack-cli] Run 'webpack --help' to see available commands and options

any help please

Upvotes: 0

Views: 1759

Answers (1)

jaime bernal
jaime bernal

Reputation: 11

That worked for me.

softwareupdate --install-rosetta.

Credits: https://github.com/mikaelbr/node-notifier/issues/361#issuecomment-968916810

Upvotes: 1

Related Questions