Luo Hao

npm设置镜像源

rehoni / 2024-06-04


改变全局的注册

npm config set registry https://registry.npm.taobao.org

npm config get registry

使用nrm

npm install -g nrm

nrm ls

nrm use taobao