Created
August 3, 2019 10:29
-
-
Save davidperezgar/d49e4c3f447b0a9f1299958b3b8fa951 to your computer and use it in GitHub Desktop.
Clean Node modules folders
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
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