Install node.js in Centos 7/6

Install epel.repo on yum see: Enable EPEL Repository in CentOS 7/6

vi /etc/yum.repos.d/epel.repo

On [epel] section, change enabled=1 to enabled=0

Run

yum install nodejs npm --enablerepo=epel

Check

node --version