镜像源
镜像源集合
镜像源切换
bash
# 查看源
npm get registry
# 设置源
npm config set registry https://registry.npmmirror.com/
# 恢复官方源
npm config set registry https://registry.npmjs.org/
bash
# 查看源
pnpm get registry
# 设置源
pnpm config set registry https://registry.npmmirror.com/
# 恢复官方源
pnpm config set registry https://registry.npmjs.org/
bash
# 查看源
yarn config get registry
# 设置源
yarn config set registry https://registry.npmmirror.com/
# 恢复官方源
yarn config set registry https://registry.yarnpkg.com/