Skip to content

Instantly share code, notes, and snippets.

@rlandas
Created August 21, 2015 06:02
Show Gist options
  • Select an option

  • Save rlandas/f4cbfe6587f77e71077d to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown

Thanks.

@carlitosry

Copy link
Copy Markdown

Thanks U.

@tounsils

tounsils commented Apr 9, 2020

Copy link
Copy Markdown

Thanks :)

@Gerasko-Vadim

Copy link
Copy Markdown

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

@rolinger

rolinger commented Sep 2, 2021

Copy link
Copy Markdown

@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
Copy Markdown

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

@jean266

jean266 commented May 25, 2022

Copy link
Copy Markdown

@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

nobiart commented May 28, 2022

Copy link
Copy Markdown

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

@Igor0606Victorovich

Copy link
Copy Markdown

Thank you! You Best of the Best!

@Thidaratmatha05

Copy link
Copy Markdown

Thanks.

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