Skip to content

Installing NodeJs, NPM, and Build Essentials on Ubuntu 16.04

Wyatt Barnes edited this page Dec 4, 2018 · 1 revision

Installing Using a PPA

cd ~
curl -sL https://deb.nodesource.com/setup_8.x -o nodesource_setup.sh
sudo bash nodesource_setup.sh
sudo apt-get install nodejs -y
sudo apt-get install build-essential -y

Clone this wiki locally