Skip to content

Instantly share code, notes, and snippets.

@paulund
Created March 16, 2019 16:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulund/5c85ff769f4442de939bfcbf76dbbf57 to your computer and use it in GitHub Desktop.
Save paulund/5c85ff769f4442de939bfcbf76dbbf57 to your computer and use it in GitHub Desktop.
Command to delete all node modules on your computer
find . -name "node_modules" -exec rm -rf '{}' +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment