npm淘宝镜像npm是非常重要的npm管理工具,由于npm的服务器位于国外, 所以一般建议 将 npm设置成国内的淘宝镜像

55 阅读1分钟

$ npm config set registry registry.npm.taobao.org/ #设置淘宝镜像地址

$ npm config get registry #查看镜像地址