Skip to content

Instantly share code, notes, and snippets.

@nilsandrey
Created March 16, 2021 22:07
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 nilsandrey/a1dd1501ac7cf9fce4c88d9f03fb752c to your computer and use it in GitHub Desktop.
Save nilsandrey/a1dd1501ac7cf9fce4c88d9f03fb752c to your computer and use it in GitHub Desktop.
NodeSource Node.js Binary Distribution: v14 in Ubuntu
# Using Ubuntu
curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-get install -y nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment