Install Node.js on Ubuntu 16
May 7, 2016
Here's how to install Node.js on Ubuntu 16 and other versions.
sudo apt-get remove node nodejs
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - sudo apt-get install nodejs
The above hint, how to install specific versions, and more instructions are available here.
1 Comment