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 |
Thanks U.
Thanks :)
@gersako-vadim - I ran into the same issue today. I need to fully remove Ionic, Gulp and Gulp-CLI and start over....but gulp just does the same as yours.
@Gerasko-Vadim @rolinger i have the same issue... can your resolve it? thnks!
@Rodolfocorichi88 Yo lo pude resolver eliminando el archivo de gulp con los siguientes comandos:
Tenemos que ubicarnos en la Raiz (/), con cd ..
X3
lugo buscamos el archivo de gulp en, cd /usr/local/bin
y lo eliminamos con sudo rm gulp
y comprobamos con gulp -v
@Gerasko-Vadim I assume that your path contains Cyrillic symbols
Thank you! You Best of the Best!
Thanks.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks.