// 设置
npm config set registry https://registry.npm.taobao.org
// 验证是否成功
npm config get registry或npm info express