Skip to content

Instantly share code, notes, and snippets.

@sanchitrk
Created February 22, 2023 11:02
Show Gist options
  • Save sanchitrk/bbb5bb5c8176b8a3bc085e4c57d69b0b to your computer and use it in GitHub Desktop.
Save sanchitrk/bbb5bb5c8176b8a3bc085e4c57d69b0b to your computer and use it in GitHub Desktop.
Node Install - Ubuntu 20.04 LTS
cd ~
curl -sL https://deb.nodesource.com/setup_18.x -o /tmp/nodesource_setup.sh
sudo bash /tmp/nodesource_setup.sh
sudo apt-get install gcc g++ make
sudo apt install nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment