Skip to content

Instantly share code, notes, and snippets.

@namuit
Created November 28, 2013 15:26
Show Gist options
  • Select an option

  • Save namuit/7693683 to your computer and use it in GitHub Desktop.

Select an option

Save namuit/7693683 to your computer and use it in GitHub Desktop.
How to install nodejs and npm on Ubuntu 13.10
sudo apt-get install nodejs
sudo ln -s /usr/bin/nodejs /usr/bin/node
curl https://npmjs.org/install.sh | sudo sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment