Skip to content

Instantly share code, notes, and snippets.

@renoirtech
Created December 6, 2016 00:57
Show Gist options
  • Save renoirtech/115f117821566c0f47a10d6ced92fc38 to your computer and use it in GitHub Desktop.
Save renoirtech/115f117821566c0f47a10d6ced92fc38 to your computer and use it in GitHub Desktop.
Install the latest STABLE version of node.js using apt-get
sudo apt-get install nodejs
sudo apt-get install npm
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
sudo ln -sf /usr/local/n/versions/node/<VERSION>/bin/node /usr/bin/node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment