Skip to content

Instantly share code, notes, and snippets.

@jreyes
Created May 20, 2018 08:07
Show Gist options
  • Save jreyes/9e59f1bb487a3208ba70ec50ccb1e010 to your computer and use it in GitHub Desktop.
Save jreyes/9e59f1bb487a3208ba70ec50ccb1e010 to your computer and use it in GitHub Desktop.
Instalar Node.js 10 en Ubuntu 18.04
sudo apt-get install curl
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install nodejs
node -v
npm -v
@jcolorado19
Copy link

Gracias, también me sirvió mucho

@Viri-Skull
Copy link

Perfecto, ahora puedo trabajar con React... :D

@lebafu
Copy link

lebafu commented Jun 30, 2019

muchas gracias amigo!!!

@odin470
Copy link

odin470 commented Aug 1, 2019

muchas gracias saludos desde #SerenaconValley, Chile

@luzbelmex
Copy link

muchas gracias !!!

@RoyCabrera
Copy link

Excelente aporte.

@rtlastra
Copy link

rtlastra commented Jun 5, 2020

excellent

@vdebuen
Copy link

vdebuen commented Sep 18, 2020

¡Muchas gracias! Ha funcionado por fin, no pasaba de la versión 8.

@Francisco-Castillo
Copy link

Muchas gracias!! llevaba un buen rato sin poder salir de la version 8.

@mateosantosdev
Copy link

¡Genial! ¡Gracias!

@FranciscoDevPy
Copy link

Mil gracias!!

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