Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grantglidewell/a1c25d6561644e278799fd33c24a9498 to your computer and use it in GitHub Desktop.
Save grantglidewell/a1c25d6561644e278799fd33c24a9498 to your computer and use it in GitHub Desktop.
find ./ -name "node_modules" -type d -prune -exec rm -rf '{}' +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment