centos 7编译安装nodejs 6.1

yum install gcc gcc-c++

./configure

make 

make install

安装成功了。

原文地址:https://www.cnblogs.com/hyming011/p/7552064.html