Created
November 4, 2015 19:37
-
-
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)
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
@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