标签:style 查看 tao bsp get conf npm bash registry
配置yarn为淘宝镜像
yarn config get registry # 查看当前设置的镜像源地址
yarn config set registry ‘https://registry.npm.taobao.org‘
yarn
原文地址:https://www.cnblogs.com/chenzhaoyu/p/10317932.html