Created
August 21, 2015 06:02
-
-
Save rlandas/f4cbfe6587f77e71077d to your computer and use it in GitHub Desktop.
GULP : Uninstalling and Installing GULP global and local
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
npm uninstall -g gulp | |
npm install -g gulp | |
npm uninstall --save-dev gulp | |
npm install --save-dev gulp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks.