标签:oba glob reg lob col div set 设置 命令行
#npm:
npm config get registry
#yarn:
yarn config get registry
#(命令行)设置淘宝源
#npm:
npm config set registry https://registry.npm.taobao.org
#yarn
yarn config set registry https://registry.npm.taobao.org --global
yarn config set disturl https://npm.taobao.org/dist --global
标签:oba glob reg lob col div set 设置 命令行
原文地址:https://www.cnblogs.com/zqblog1314/p/12968895.html