原淘宝 npm 域名
即将停止解析,目前被重定向为 registry.npmmirror.com
请使用新的 npmmirror 镜像 registry.npmmirror.com
npm
查询下载源
npm get registry
设置为国内镜像
npm config set registry registry.npmmirror.com
设置回官方镜像
npm config set registry registry.npmjs.org
pnpm
查询下载源
pnpm get registry
设置为国内镜像
pnpm config set registry registry.npmmirror.com
设置回官方镜像
pnpm config set registry registry.npmjs.org
yarnV3
查询版本
yarn -v
V3
3.6.3
查询下载源
yarn config get npmRegistryServer
设置为国内镜像
yarn config set npmRegistryServer registry.npmmirror.com
设置回官方镜像
yarn config set npmRegistryServer registry.yarnpkg.com
V1
1.22.19
查询下载源
yarn config get registry
设置为国内镜像
yarn config set registry registry.npmmirror.com
设置回官方镜像
yarn config set registry registry.yarnpkg.com