Skip to content

Instantly share code, notes, and snippets.

@CloudLinuxDeveloper
Created March 25, 2020 17:28
Show Gist options
  • Save CloudLinuxDeveloper/ddfafb8ea90b5998f74ca7529b556562 to your computer and use it in GitHub Desktop.
Save CloudLinuxDeveloper/ddfafb8ea90b5998f74ca7529b556562 to your computer and use it in GitHub Desktop.
How to install Node.js 10 on Ubuntu 18.04 LTS
#node.js
# Node.js is an open-source, cross-platform, JavaScript runtime environment that executes
JavaScript code outside of a web browser.
This installation guide was tested in the following environment:
sudo apt install curl
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt install nodejs
https://www.youtube.com/channel/UCa_2UN0E9OPVqok-40yy9pg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment