Install Node.js from source on Centos RHEL and Fedora

suggest change

Prerequisites

Get source

Node.js v6.x LTS

git clone -b v6.x https://github.com/nodejs/node.git

Node.js v7.x

git clone -b v7.x https://github.com/nodejs/node.git

Build

cd node
./configure
make -jX
su -c make install

X - the number of processor cores, greatly speeds up the build

Cleanup [Optional]

cd 
rm -rf node

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents