收藏的一些网站

新增cordova插件:http://blog.csdn.net/hbl_for_android/article/details/51871029

安装cnpm遇到的问题:报If you are behind a proxy, please make sure that the 'proxy' config is set properly

运行命令:npm config set proxy null 去掉代理即可  原文:http://blog.sina.com.cn/s/blog_4ffbe80f0101fyjn.html

如果还是不成功更改下载地址为:http://registry.cnpmjs.org

原文地址:https://www.cnblogs.com/rui00910/p/7145797.html