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