Skip to content

Instantly share code, notes, and snippets.

@anonymoussc
Created March 6, 2015 03:17
Show Gist options
  • Save anonymoussc/6c77e41efe75e1ee0e65 to your computer and use it in GitHub Desktop.
Save anonymoussc/6c77e41efe75e1ee0e65 to your computer and use it in GitHub Desktop.
Install gulp4
# 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment