Skip to content

Instantly share code, notes, and snippets.

@erikfloresq
Last active December 17, 2015 06:29
Show Gist options
  • Save erikfloresq/5566225 to your computer and use it in GitHub Desktop.
Save erikfloresq/5566225 to your computer and use it in GitHub Desktop.
install node and npm ubuntu 12.04
sudo apt-get install node
sudo apt-get install build-essential
sudo apt-get install libssl-dev
sudo apt-get install curl
sudo apt-get install npm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment