curl --silent --location https://rpm.nodesource.com/setup_10.x | bash -
yum install -y nodejs
npm config set registry http://registry.npm.taobao.org
npm install
npm run build
npm -v
curl --silent --location https://rpm.nodesource.com/setup_10.x | bash -
yum install -y nodejs
npm config set registry http://registry.npm.taobao.org
npm install
npm run build
npm -v