How To Install Node.js 16 LTS on CentOS

How To Install Node.js 16 LTS on CentOS

yum -y update
curl -sL https://rpm.nodesource.com/setup_16.x | bash -
yum clean all && yum makecache fast
yum install -y gcc-c++ make
yum install -y nodejs
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.