Skip to content

Instantly share code, notes, and snippets.

@farwydi
Created August 21, 2021 20:25
Show Gist options
  • Save farwydi/b22cd33320e50e61abfe708756418e1c to your computer and use it in GitHub Desktop.
Save farwydi/b22cd33320e50e61abfe708756418e1c to your computer and use it in GitHub Desktop.
dir -Path . -Filter node_modules -recurse | foreach {echo $_.fullname; rm -r -Force $_.fullname}
@farwydi
Copy link
Author

farwydi commented Aug 21, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment