Created
January 16, 2019 18:31
-
-
Save sarvar/16672da18bc1d82970ef4f621145a59b to your computer and use it in GitHub Desktop.
Updating to Gulp 4
This file contains hidden or 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
| # first uninstall gulp globally | |
| npm uninstall gulp -g | |
| # uninstall from your project directory, or delete node_modules if you need a coffee break | |
| npm uninstall gulp | |
| # install the latest Gulp 4 CLI tools globally | |
| npm install gulpjs/gulp-cli -g |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment