Skip to content

Instantly share code, notes, and snippets.

@JeffLabonte
Created September 23, 2019 23:07
Show Gist options
  • Save JeffLabonte/ebe1faa0acee4e1ad788523821ee0752 to your computer and use it in GitHub Desktop.
Save JeffLabonte/ebe1faa0acee4e1ad788523821ee0752 to your computer and use it in GitHub Desktop.
# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt-get install -y nodejs
# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_12.x | bash -
apt-get install -y nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment