Skip to content

Instantly share code, notes, and snippets.

@jdelibas
Created August 17, 2017 09:49
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 jdelibas/f95bc09c6cf8abba33ea375a40929a63 to your computer and use it in GitHub Desktop.
Save jdelibas/f95bc09c6cf8abba33ea375a40929a63 to your computer and use it in GitHub Desktop.
remove node_modules recursive
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