Skip to content

Instantly share code, notes, and snippets.

@zhang-ning
Last active January 1, 2016 00:59
Show Gist options
  • Save zhang-ning/8069611 to your computer and use it in GitHub Desktop.
Save zhang-ning/8069611 to your computer and use it in GitHub Desktop.
install nodejs on ubuntu
sudo apt-get install nodejs
sudo ln -s /usr/bin/nodejs /usr/bin/node
curl https://www.npmjs.org/install.sh | sudo sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment