Created
August 21, 2021 20:25
-
-
Save farwydi/b22cd33320e50e61abfe708756418e1c to your computer and use it in GitHub Desktop.
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
dir -Path . -Filter node_modules -recurse | foreach {echo $_.fullname; rm -r -Force $_.fullname} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Source https://stackoverflow.com/a/61186843/8563266