Skip to content

Instantly share code, notes, and snippets.

@ayhansipahi
Forked from namuit/installnodejsnpm.sh
Last active August 29, 2015 14:07
Show Gist options
  • Select an option

  • Save ayhansipahi/752e0c616d8d3c93d9b8 to your computer and use it in GitHub Desktop.

Select an option

Save ayhansipahi/752e0c616d8d3c93d9b8 to your computer and use it in GitHub Desktop.
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