Install Node.js in Azamon Linux 2

 

Just run the below code in the command
Here setup_8.x is your version. You can change your desired version.
Example: setup_8.x, setup_12.x, setup_14.x, etc


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

sudo yum -y install nodejs





Comments