Error on Windows: spawn ENOENT
backflip opened this issue · 0 comments
backflip commented
On Windows 7 (tested with Node 0.10.28 and Gulp 3.8), gulp-modernizr throws spawn ENOENT
. This seems to be due to Modernizr/Modernizr#1290. Applying patrickkettner/Modernizr@c99e4c1 to the Modernizr dependency fixes the issue.
Is there anything you want to do about this until Modernizr/Modernizr#1184 is fixed? I'm currently working around this using a fork of this repo which in return uses a fork of customizr which again uses a fork of Modernizr with above fix.