Created
May 20, 2018 08:07
-
-
Save jreyes/9e59f1bb487a3208ba70ec50ccb1e010 to your computer and use it in GitHub Desktop.
Instalar Node.js 10 en Ubuntu 18.04
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
¡Genial! ¡Gracias!