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

index_img: /img/; summary:

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

1. 安装

1
brew install node

2. 配置

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

  1. 配置华为云镜像

    1
    npm config set registry https://mirror.cloud.huawei.com/npm/registry
  2. 修改成腾讯云镜像源

    1
    npm config set registry http://mirrors.cloud.tencent.com/npm/
  3. 配置淘宝镜像

    1
    npm config set registry https://registry.npmmirror.com

2024-08-13-Wed-T-NodeJS配置
http://example.com/2024/08/13/2024-08-13-Wed-T-NodeJS配置/
Author
Fei
Posted on
August 13, 2024
Licensed under