Skip to content

Instantly share code, notes, and snippets.

@jonathantneal
Created January 25, 2017 05:18
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 jonathantneal/7c49ac3eb8e3b7c928d93d34156b7182 to your computer and use it in GitHub Desktop.
Save jonathantneal/7c49ac3eb8e3b7c928d93d34156b7182 to your computer and use it in GitHub Desktop.
Remove all node_modules
sudo 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