Skip to content

Instantly share code, notes, and snippets.

@rlandas
Created August 21, 2015 06:02
Show Gist options
  • Save rlandas/f4cbfe6587f77e71077d to your computer and use it in GitHub Desktop.
Save rlandas/f4cbfe6587f77e71077d to your computer and use it in GitHub Desktop.
GULP : Uninstalling and Installing GULP global and local
npm uninstall -g gulp
npm install -g gulp
npm uninstall --save-dev gulp
npm install --save-dev gulp
@Igor0606Victorovich
Copy link

Thank you! You Best of the Best!

@Thidaratmatha05
Copy link

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment