2024-08-13-Wed-T-NodeJS配置

index_img: /img/; summary:

https://wild-flame.github.io/guides/docs/mac-os-x-setup-guide/nodejs

1. 安装

brew install node

2. 配置

查看当前镜像源: npm config get registry

  1. 配置华为云镜像
npm config set registry https://mirror.cloud.huawei.com/npm/registry
  1. 修改成腾讯云镜像源
npm config set registry http://mirrors.cloud.tencent.com/npm/
  1. 配置淘宝镜像
npm config set registry https://registry.npmmirror.com
posted @ 2025-11-23 21:18  飞↑  阅读(3)  评论(0)    收藏  举报