查看源

npm config get registry
yarn config get registry
pnpm config get registry

换源

npm config set registry https://registry.npmmirror.com
yarn config set registry https://registry.npmmirror.com
pnpm config set registry https://registry.npmmirror.com

取消换源

npm config delete registry
yarn config delete registry
pnpm config delete registry

工具

GitHub - i5ting/yrm: YARN registry manager, fast switch between different registries: npm, cnpm, nj, taobao

npm install -g yrm
 
yrm ls
 
yrm use [name]