npm config get registry
# or
yarn config get registry
npm config set registry https://registry.npm.taobao.org
# or
yarn config set registry https://registry.npm.taobao.org
yarn config set registry https://registry.yarnpkg.com
原文:https://www.cnblogs.com/iPing9/p/12372080.html