Skip to content

Instantly share code, notes, and snippets.

@rlandas
Created August 21, 2015 06:02
Show Gist options
  • Star 12 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • 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
@Slasherss1
Copy link

Thanks.

@carlitosry
Copy link

Thanks U.

@tounsils
Copy link

tounsils commented Apr 9, 2020

Thanks :)

@Gerasko-Vadim
Copy link

image
Guys, help me pleas!
I can not remove global gulp

@rolinger
Copy link

rolinger commented Sep 2, 2021

@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.

@Rodolfocorichi88
Copy link

@Gerasko-Vadim @rolinger i have the same issue... can your resolve it? thnks!

@jean266
Copy link

jean266 commented May 25, 2022

@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

@nobiart
Copy link

nobiart commented May 28, 2022

@Gerasko-Vadim I assume that your path contains Cyrillic symbols

@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