Closed floatdrop closed 9 years ago
Running into a problem with some builds when npm install fails. Now our CI has broken builds that were thought to be successful. Merge please.
@mcdermed since gulp-install
is used inside generator, it copies behaviour of Yeoman. I think it will not be merged as is. Meanwhile you can use gulp-start for same purposes.
Fixed by #13
Why
gulp-install
do not break on error, whenbower
/npm
fails - https://github.com/slushjs/gulp-install/blob/master/index.js#L46 ?If dependencies are not installed, what is the point to continue build?