其他分享
首页 > 其他分享> > npm设置镜像地址

npm设置镜像地址

作者:互联网

设置淘宝源

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