Skip to content

Instantly share code, notes, and snippets.

@raicerk
Created March 16, 2017 02:17
Show Gist options
  • Save raicerk/49f931f98df0a953a5756661b112b9a3 to your computer and use it in GitHub Desktop.
Save raicerk/49f931f98df0a953a5756661b112b9a3 to your computer and use it in GitHub Desktop.
#Actualizar NPM con npm
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment