# 设置淘宝镜像
npm config set registry https://registry.npmmirror.com
# 查看镜像源
npm get registry
nodejs配置国内镜像
最新推荐文章于 2025-03-26 22:59:21 发布
# 设置淘宝镜像
npm config set registry https://registry.npmmirror.com
# 查看镜像源
npm get registry