Installation
#
Prerequisitessudo apt-get update`sudo apt-get -y upgrade
#
Install 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.gz
sudo mv go /usr/local
- Verify Installation
go version
go version go1.16.4 linux/amd64
#
Switch to NodeJS 12.3.0npm install npm -gnpm install -g n
- Switch usin n
n 12.3.0