设置淘宝源
npm config set registry https://registry.npm.taobao.org
查看源设置
npm config get registry
为本次安装设置淘宝源
npm install yarn --registry=https://registry.npm.taobao.org
标签:npm,设置,地址,taobao,registry,https,org,镜像
来源: https://www.cnblogs.com/YIueil/p/16253913.html