Skip to content

Instantly share code, notes, and snippets.

@benaadams
Created August 14, 2015 05:42
Show Gist options
  • Save benaadams/9960de49910f4d5b7a92 to your computer and use it in GitHub Desktop.
Save benaadams/9960de49910f4d5b7a92 to your computer and use it in GitHub Desktop.
Delete node_modules windows
robocopy ./ node_modules /purge
rd /s node_modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment