npm下载模块提速方法时间:2022-12-09 15:21:20通过config配置指向国内镜像源,命令如下 npm config set registry https://registry.npm.taobao.org 然后可以查看是否配置成功 npm config get registry