Skip to content

Instantly share code, notes, and snippets.

@firhatsungkar
Created May 17, 2016 04:26
Show Gist options
  • Save firhatsungkar/da81757241b13bc4181aec8d011d2462 to your computer and use it in GitHub Desktop.
Save firhatsungkar/da81757241b13bc4181aec8d011d2462 to your computer and use it in GitHub Desktop.
Install Nodejs on Ubuntu
# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment