How To Install Node.js 12 LTS on CentOS [AWS EC2]

sudo yum -y update
curl -sL https://rpm.nodesource.com/setup_12.x | sudo bash -
sudo yum clean all && sudo yum makecache fast
sudo yum install -y gcc-c++ make
sudo yum install -y nodejs
$ node -v
v12.13.0

One comment

  • Thank you for one more informative post. I am a regular reader of your article. Your site provides a quite informative post. My appreciation to you. Keep posting.

Leave a Reply