Skip to content

Instantly share code, notes, and snippets.

@bchewy
Created December 13, 2019 14:39
Show Gist options
  • Save bchewy/a97ac5279fcd2bd25bf182a4bb9e5db4 to your computer and use it in GitHub Desktop.
Save bchewy/a97ac5279fcd2bd25bf182a4bb9e5db4 to your computer and use it in GitHub Desktop.
Installing NodeJS 12.x on Ubuntu 19.x
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt install -y nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment