Created
March 16, 2019 16:09
-
-
Save paulund/5c85ff769f4442de939bfcbf76dbbf57 to your computer and use it in GitHub Desktop.
Command to delete all node modules on your computer
This file contains hidden or 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
find . -name "node_modules" -exec rm -rf '{}' + |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment