Steps to install Node.js on CentOS AWS in no time You can also follow same steps to install Node.js for other OS such as Amazon Linux AMI and RedHat (rhel). Steps to install Node.js on CentOS AWS are as follows : Step 1 : Install git sudo yum install git Step 2 : Clone repository git clone https://github.com/bhargavamin/Nodejs-installation-AWS.git Step 3 : Execute the installation script install-nodejs.sh cd Nodejs-installation-AWS sudo bash install-node.sh Step 4 : Compile and install native addons from npm you …
Social Profiles