Install nodejs for centos 6

curl --silent --location https://rpm.nodesource.com/setup_8.x | sudo bash -

sudo yum -y install nodejs

sudo yum install gcc-c++ make

Comments

Popular Posts