Skip to content

Instantly share code, notes, and snippets.

@ThePrincelle
Created January 28, 2020 10:27
Show Gist options
  • Save ThePrincelle/a2579700f3c8598d6f98b702d604f40b to your computer and use it in GitHub Desktop.
Save ThePrincelle/a2579700f3c8598d6f98b702d604f40b to your computer and use it in GitHub Desktop.
Clean Node Modules in current folder. (Warning ! : You can't reverse it !!!)
alias clean-node-modules="find . -name 'node_modules' -type d -prune -print -exec rm -rf '{}' \;"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment