Skip to content

Instantly share code, notes, and snippets.

@Mintonne
Last active February 13, 2019 09:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mintonne/d019c9933f65618c1d189c36f62eaa56 to your computer and use it in GitHub Desktop.
Save Mintonne/d019c9933f65618c1d189c36f62eaa56 to your computer and use it in GitHub Desktop.
How to install Node.js on Digital Ocean

LTS

curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -

Latest

curl -sL https://deb.nodesource.com/setup_11.x | sudo -E bash -

Install

sudo apt-get install nodejs -y

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