I have tried to run npm run dev
and got this error:
I've tried:
composer update
rm -rf node_modules
npm cache clean
npm install
npm outdated
npm install
npm run dev
and still didn't work. Can someone help me?
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