npm
设置为淘宝源npm config set registry https://registry.npm.taobao.org
使用nrm管理
nrm: npm registry manage
nrm ls
yarn
查看源yarn config get registry
设置为淘宝源yarn config set registry https://registry.npm.taobao.org
设置为默认yarn config set registry https://registry.yarnpkg.com