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

Support npm ci as an alternate install command for npm install #56

Open casey-speer opened 6 years ago

casey-speer commented 6 years ago

Npm 5.7 gives us npm ci which can be a much faster alternative to npm install. It would be great if gulp-install supported this or else allowed overriding the base command arg for npm. Thanks.

dodtsair commented 5 years ago

Consider supporting package-lock.json as a file type.