1104 yum install -y gcc-c++ make
1105 curl -sL https://rpm.nodesource.com/setup_6.x | sudo -E bash - 1106 yum install nodejs 1107 node -v 1108 whereis node 1109 /usr/bin/node -v 1110 ls 1111 npm -v 1112 /usr/local/bin/npm -v 1113 npm -v 1114 wehreis npm 1115 whereis npm 1116 /usr/bin/npm -v