Created
September 7, 2019 10:56
-
-
Save carlosrojaso/c760a1a97a2f62f0c6b054cf8a0dee87 to your computer and use it in GitHub Desktop.
Release node_modules space
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" -type d -prune | xargs du -chs | |
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