标签:
npm install -g phonegap的时候 发现被gwf墙了
只好使用镜像来install
推荐:
#你可以使用我们定制的 cnpm (gzip 压缩支持) 命令行工具代替默认的 npm: $ npm install -g cnpm --registry=https://registry.npm.taobao.org
然后 就可以使用
$ cnpm install -g phonegap
来完成安装了!
标签:
原文地址:http://www.cnblogs.com/cuoreqzt/p/4479846.html