前言
转载:https://blog.csdn.net/qq_38543537/article/details/90899119
步骤
curl --silent --location https://rpm.nodesource.com/setup_10.x
| bash -
yum
install -y nodejs
npm install -g cnpm --registry
=https://registry.npm.taobao.org
npm install
npm run build
npm -v