Skip to content

Instantly share code, notes, and snippets.

@kimsk
Created November 4, 2015 19:37
Show Gist options
  • Save kimsk/eb6a15954ff10ee3be57 to your computer and use it in GitHub Desktop.
Save kimsk/eb6a15954ff10ee3be57 to your computer and use it in GitHub Desktop.
node_modules paths too long issue on windows (https://gist.github.com/abergs/e682cd1f98f5170e86a6)
@echo off
mkdir empty
robocopy empty %* /mir
rm empty -r
rm %* -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment