// 设置
npm config set registry https://registry.npmmirror.com
yarn config set registry https://registry.npmmirror.com
pnpm config set registry https://registry.npmmirror.com
// 查看
npm config get registry
yarn config get registry
pnpm config get registry