npm ERR! Failed at the @ dev script. npm ERR! This is probably not a problem with npm. code example
Example: laravel 7 error npm run dev
rm -rf node_modules
rm package-lock.json yarn.lock
npm cache clear --force
npm install
rm -rf node_modules
rm package-lock.json yarn.lock
npm cache clear --force
npm install