1、查看
#npm:
npm config get registry
#yarn:
yarn config get registry
2、設置
#(命令行)設置淘寶源
#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