Instalacion NodeJS 8.x on Ubuntu and Debian
Esta es la forma oficial de instalar NodeJS 5.x en Ubuntu, Debian, Linux Mint, Linux Mint Debian edición (LMDE) y OS elemental:
# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs
# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_8.x | bash -
apt-get install -y nodejs
No hay comentarios.:
Publicar un comentario