slushjs / gulp-install

Automatically install npm and bower packages if package.json or bower.json is found in the gulp file stream respectively
MIT License
106 stars 46 forks source link

gulp install crushes on windows #1

Closed safareli closed 10 years ago

safareli commented 10 years ago

child_process spawn is causing this error i made little research and found how to fix it https://github.com/joyent/node/issues/3968

joakimbeng commented 10 years ago

Great, thank you!