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:


Installing Node.js:
* Install Node.js from source on Centos RHEL and Fedora

Table Of Contents
1 npm
6 Installing Node.js
41 cli
43 grunt
59 Hack
64 ES6
67 Redis
69 MongoDB
86 MongoDB
87 Lodash
91 CORS
105 N-API
108 Require