Laravel 7 Error NPM Run Dev

rm -rf node_modules
rm package-lock.json yarn.lock
npm cache clear --force
npm install
Colorful Crocodile