laravelwebnpm-installlaravel-8npm-run

Laravel 8 : npm run dev error Unknown option '--hide-modules'


I have tried to run npm run dev and got this error:

enter image description here

I've tried:

and still didn't work. Can someone help me?


Solution

  • Well, it looks like some files got corrupt when you run npm install

    so I f you confused about some settings, I suggest you to build new project and run again npm install && npm run dev