I tried many solutions but only this worked for me:
First, update your laravel-mix
npm install laravel-mix@latest
Then do a clean npm install:
npm clean-install
that should fix the laravel 8 mix error.
I tried many solutions but only this worked for me:
First, update your laravel-mix
npm install laravel-mix@latest
Then do a clean npm install:
npm clean-install
that should fix the laravel 8 mix error.