0
点赞
收藏
分享

微信扫一扫

pnpm设置镜像源


# 查询当前使用的镜像源
pnpm get registry

# 设置为淘宝镜像源
pnpm config set registry https://registry.npmmirror.com/

# 还原为官方镜像源
pnpm config set registry https://registry.npmjs.org/

pnpm设置镜像源_javascript


举报

相关推荐

0 条评论