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
- 配置华为云镜像
npm config set registry https://mirror.cloud.huawei.com/npm/registry
- 修改成腾讯云镜像源
npm config set registry http://mirrors.cloud.tencent.com/npm/
- 配置淘宝镜像
npm config set registry https://registry.npmmirror.com

浙公网安备 33010602011771号