Skip to content

Instantly share code, notes, and snippets.

@delacruz-dev
Created June 18, 2019 13:13
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 delacruz-dev/d83051e7028db1853fb66886007ba1da to your computer and use it in GitHub Desktop.
Save delacruz-dev/d83051e7028db1853fb66886007ba1da to your computer and use it in GitHub Desktop.
Remove all node_modules folders
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