标签:淘宝 设置 验证 https get 相关 tps href 通过
[toc]
npm config set registry https://registry.npm.taobao.org
# 验证指令
npm config get registry
npm --registry https://registry.npm.taobao.org
registry = https://registry.npm.taobao.org
# 安装 cnpm
npm install -g cnpm --registry=https://registry.npm.taobao.org
# 使用 cnpm
cnpm install xxx
淘宝 NPM 镜像 : https://npm.taobao.org/
建立或使用镜像,参考: https://github.com/cnpm/cnpmjs.org
标签:淘宝 设置 验证 https get 相关 tps href 通过
原文地址:https://blog.51cto.com/tchuairen/2427979