Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mark123jesper/7c5e721d2bcff1b36aa2e70f2c0d7cc4 to your computer and use it in GitHub Desktop.
Save mark123jesper/7c5e721d2bcff1b36aa2e70f2c0d7cc4 to your computer and use it in GitHub Desktop.
Fix npm run dev error
rm -rf node_modules
rm package-lock.json yarn.lock
npm cache clear --force
npm install
npm run dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment