Created
July 2, 2016 00:07
-
-
Save matkl/413db1a282f5622607c8c4e08fca3673 to your computer and use it in GitHub Desktop.
Delete ALL node_modules recursively
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm install -g rimraf | |
find . -name "node_modules" -exec rimraf {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment