Created
February 22, 2023 11:02
-
-
Save sanchitrk/bbb5bb5c8176b8a3bc085e4c57d69b0b to your computer and use it in GitHub Desktop.
Node Install - Ubuntu 20.04 LTS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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