Skip to content

Instantly share code, notes, and snippets.

@sarvar
Created January 16, 2019 18:31
Show Gist options
  • Save sarvar/16672da18bc1d82970ef4f621145a59b to your computer and use it in GitHub Desktop.
Save sarvar/16672da18bc1d82970ef4f621145a59b to your computer and use it in GitHub Desktop.
Updating to Gulp 4
# 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