Skip to content

Instantly share code, notes, and snippets.

@viankakrisna
Last active February 28, 2017 18:15
Show Gist options
  • Save viankakrisna/1d95b4c21542b4130771b7d6cff69881 to your computer and use it in GitHub Desktop.
Save viankakrisna/1d95b4c21542b4130771b7d6cff69881 to your computer and use it in GitHub Desktop.
#taken from https://coderwall.com/p/guqrca/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