Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save diogomachado/2e4e60969e02a89bc8209cbb67f9f5ea to your computer and use it in GitHub Desktop.
Save diogomachado/2e4e60969e02a89bc8209cbb67f9f5ea to your computer and use it in GitHub Desktop.
Alis with the command unix to clear node_modules
alias clearpackages="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