centos7安装nodejs8.10
node下载地址
https://nodejs.org/en/download/
wget https://nodejs.org/download/release/v8.10.0/node-v8.10.0.tar.gz
报错failed to autodetect C++ compiler version (CXX=g++)
yum install gcc-c++
报错failed to autodetect C++ compiler version (CXX=g++)
yum install gcc-c++