Skip to content

Instantly share code, notes, and snippets.

@anonymoussc
Last active September 28, 2015 11:46
Show Gist options
  • Save anonymoussc/8721695429888201059e to your computer and use it in GitHub Desktop.
Save anonymoussc/8721695429888201059e to your computer and use it in GitHub Desktop.
Installing gulp-4-alpha
# 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