其他分享
首页 > 其他分享> > 设置 npm 源为淘宝镜像

设置 npm 源为淘宝镜像

作者:互联网

淘宝 npm 网址

https://npm.taobao.org/

修改

npm config set registry http://registry.npm.taobao.org/

还原

npm config set registry https://registry.npmjs.org/

标签:npm,set,源为,taobao,registry,https,镜像,org
来源: https://www.cnblogs.com/xiaoliu66007/p/15320470.html