Skip to content

Instantly share code, notes, and snippets.

@webcaetano
Created June 14, 2017 21:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save webcaetano/be67b35d73c30bdbf8383a50f477cb87 to your computer and use it in GitHub Desktop.
Save webcaetano/be67b35d73c30bdbf8383a50f477cb87 to your computer and use it in GitHub Desktop.
Fix gulp-cli

Run

sudo rm /usr/local/bin/gulp
sudo rm -rf /usr/local/lib/node_modules/gulp
npm uninstall gulp -g
npm uninstall gulp-cli -g
npm cache clean
npm install gulp-cli -g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment