npm config set registry https://registry.npm.taobao.org
npm config get registry
npm config set registry https://registry.npmjs.org
npm install -g cnpm —registry=https://registry.npm.taobao.org
cnpm install xxxx -g
管理员模式运行powershell
set-ExecutionPolicy RemoteSigned