npm、yarn设置registry
获取registry
npm config get registry
yarn config get registry
设置registry
npm config set registry https://mirrors.huaweicloud.com/repository/npm/
yarn config set registry https://registry.npmmirror.com/
npm config set registry https://registry.npmmirror.com/