How to install Node 19 in AWS CentOS ?

How to install Node 19 in AWS CentOS ?

sudo yum update
curl –sL https://rpm.nodesource.com/setup_19.x | sudo bash -
sudo yum install –y nodejs
node --version
npm --version
whoami
Stefan Pejcic
Join the discussion

I enjoy constructive responses and professional comments to my posts, and invite anyone to comment or link to my site.