Skip to content

Instantly share code, notes, and snippets.

@jdx
Last active August 29, 2015 14:02
Show Gist options
  • Select an option

  • Save jdx/2e41c04ff60259c0ebb8 to your computer and use it in GitHub Desktop.

Select an option

Save jdx/2e41c04ff60259c0ebb8 to your computer and use it in GitHub Desktop.
installing node on digital ocean ubuntu 14
apt-get update
apt-get install -y git npm
npm install -g n
n stable
@jdx
Copy link
Author

jdx commented Jun 1, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment