(1) 獲取nodejs 資源
curl --silent --location https://rpm.nodesource.com/setup_10.x | bash -
(2) 安裝nodejs
yum install -y nodejs
(3) 安裝淘寶鏡像cnpm
npm install -g cnpm --registry=https://registry.npm.taobao.org
(4) node -v npm -v cnpm -v 查看安裝版本
(5) 安裝git客戶端
yum -y install git
(6) git --version查看版本