npm 安装太慢的解决办法

npm默认使用国外的服务器,比较慢,需要改为从国内的镜像下载:
npm config set registry https://registry.npm.taobao.org 
npm info cordova (如果上面配置正确这个命令会有字符串response

你可能感兴趣的:(MAC)