This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
NewerOlder