查看源

查看依赖包源地址

1
npm config get registry

默认是指向官方源: https://registry.npmjs.org/

更换源

淘宝源

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

配置信息文件在 ~/.npmrc