npm config get registry
OR
npm config list
npm config set registry https://registry.npmjs.org
npm config set registry https://registry.npm.taobao.org
npm --registry=https://registry.npm.taobao.org
← node.js 启动HTTP服务 node.js 按行解析文件/日志 →