Skip to content

Instantly share code, notes, and snippets.

@jclosure
Created January 2, 2016 22:50
Show Gist options
  • Save jclosure/a94e3d4ece7e86cab9da to your computer and use it in GitHub Desktop.
Save jclosure/a94e3d4ece7e86cab9da to your computer and use it in GitHub Desktop.
Remove all npm_modules directories 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