npm下载模块提速方法
通过config配置指向国内镜像源,命令如下
npm config set registry https://registry.npm.taobao.org
然后可以查看是否配置成功
npm config get registry
文章如有bug,请留言!
通过config配置指向国内镜像源,命令如下
npm config set registry https://registry.npm.taobao.org
然后可以查看是否配置成功
npm config get registry