Skip to content

Instantly share code, notes, and snippets.

@onwp
Created March 19, 2023 18:46
Show Gist options
  • Save onwp/a68d4a1e00c7f6985fdc3c5c6aa7458b to your computer and use it in GitHub Desktop.
Save onwp/a68d4a1e00c7f6985fdc3c5c6aa7458b to your computer and use it in GitHub Desktop.
Delete node_modules, clean cache, and npm install
rm -rf node_modules && rm -rf **/node_modules && rm -rf package-lock.json && rm -rf yarn-error.log && rm -rf yarn.lock && npm cache clean --force && npm i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment