npm、yarn 和 pnpm 淘宝镜像
// 设置 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