Skip to content

Instantly share code, notes, and snippets.

@cosemansp
Created March 31, 2015 20:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save cosemansp/6ebd879d6f53886574c8 to your computer and use it in GitHub Desktop.
Save cosemansp/6ebd879d6f53886574c8 to your computer and use it in GitHub Desktop.
Remove all node_module folders recursively
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