Created
February 23, 2023 14:47
-
-
Save CharlieGreenman/b49843257b8e72a0984ad22324d427c0 to your computer and use it in GitHub Desktop.
find node modules that are higher than 1mb
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
du -sh ./node_modules/* | sort -nr | grep '\dM.*' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment