Open casey-speer opened 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.
npm ci
npm install
gulp-install
npm
Consider supporting package-lock.json as a file type.
Npm 5.7 gives us
npm ci
which can be a much faster alternative tonpm install
. It would be great ifgulp-install
supported this or else allowed overriding the base command arg fornpm
. Thanks.