martes, 26 de enero de 2016

Instalacion NodeJS 8.x on Ubuntu and Debian

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
Referencia: https://www.metachris.com/2015/10/how-to-install-nodejs-5-on-centos-and-ubuntu/

No hay comentarios.:

Publicar un comentario