Site icon NgDeveloper

How to install Node 16 or latest in AWS cent os ?

sudo yum update
curl –sL https://rpm.nodesource.com/setup_16.x | sudo bash -
sudo yum install –y nodejs
node --version
npm --version

Exit mobile version