Skip to content

Instantly share code, notes, and snippets.

@Pisamad
Created December 13, 2021 08:32
Show Gist options
  • Save Pisamad/71da0c44129f71c22449e41e3a81c987 to your computer and use it in GitHub Desktop.
Save Pisamad/71da0c44129f71c22449e41e3a81c987 to your computer and use it in GitHub Desktop.
Install NodeJs on Ubuntu #linux #nodejs
curl -sL https://deb.nodesource.com/setup_16.x -o nodesource_setup.sh
sudo bash nodesource_setup.sh
sudo apt install nodejs
node -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment