Install Node.js on CentOS 6 or 7
Following https://nodejs.org/en/download/package-manager/
curl --silent --location https://rpm.nodesource.com/setup | sudo bash -
## Run `yum install -y nodejs` (as root) to install Node.js v0.10 and npm.
You may also need development tools to build native addons:
`yum install -y gcc-c++ make`
Done!
Recent Comments