Skip to content
This repository has been archived by the owner on Mar 27, 2018. It is now read-only.

Migrating to gulp 4

Kevin Ross edited this page Mar 10, 2016 · 1 revision
# uninstall previous Gulp installation, if any
$ npm uninstall gulp -g
$ cd [your_project_root]
$ npm uninstall gulp

# install Gulp 4 CLI tools globally from 4.0 GitHub branch
$ npm install gulpjs/gulp-cli#4.0 -g

# install Gulp 4 into your project
$ npm install gulpjs/gulp.git#4.0 --save-dev
Clone this wiki locally