Skip to content

Instantly share code, notes, and snippets.

@ichtrojan
Created June 23, 2020 14:38
Show Gist options
  • Save ichtrojan/ebdc8311da68a6ae52a42ac638baf97b to your computer and use it in GitHub Desktop.
Save ichtrojan/ebdc8311da68a6ae52a42ac638baf97b to your computer and use it in GitHub Desktop.
Node Install
sudo apt update
cd ~
curl -sL https://deb.nodesource.com/setup_10.x -o nodesource_setup.sh
sudo bash nodesource_setup.sh
sudo apt install nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment