Skip to content

Instantly share code, notes, and snippets.

@skelet00r
Created August 17, 2017 09:49
Show Gist options
  • Select an option

  • Save skelet00r/f95bc09c6cf8abba33ea375a40929a63 to your computer and use it in GitHub Desktop.

Select an option

Save skelet00r/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