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

Doesn't work on more than one folder #7

Closed jameslnewell closed 10 years ago

jameslnewell commented 10 years ago

Thanks for the plugin. Worked great while it was running on a single package.json. With more than one package.json it runs npm install on the first folder the number of times a package.json file is found... and the other directories containing a package.json don't get their dependencies installed.

joakimbeng commented 10 years ago

Thank you! Fixed in v.0.1.6 now.

jameslnewell commented 10 years ago

No, thank you!