Use a specific version of Gulp in the Build Pipeline
If you want to use an older version of Gulp in the Build Pipeline, like for example v2.0.1:
npm install --quiet gulp-cli@2.0.1
./node_modules/gulp-cli/bin/gulp.js -v
Happy deploying!
If you want to use an older version of Gulp in the Build Pipeline, like for example v2.0.1:
npm install --quiet gulp-cli@2.0.1
./node_modules/gulp-cli/bin/gulp.js -v
Happy deploying!