node.js环境安装
wget https://nodejs.org/dist/v8.11.2/node-v8.11.2.tar.gz
tar zxvf node-v8.11.2.tar.gz
cd node-v8.11.2.tar.gz
./configure --prefix=/usr/local/node/8.11.2
make
make install
npm install -g cnpm --registry=https://registry.npm.taobao.org