Installation
Prerequisites#
sudo apt-get update`sudo apt-get -y upgradeInstall Golang 1.16#
- Now download the Go language binary archive file using following link.
wget https://dl.google.com/go/go1.16.4.linux-amd64.tar.gz - Now extract the downloaded archive and install it to the desired location on the system
sudo tar -xvf go1.16.4.linux-amd64.tar.gzsudo mv go /usr/local- Verify Installation
go version go version go1.16.4 linux/amd64
Switch to NodeJS 12.3.0#
npm install npm -gnpm install -g n- Switch usin n
n 12.3.0