学习Cordova的一些资料
2015-12-29 本文已影响154人
YM_1
http://cordova.apache.org/docs/en/5.0.0//guide_cli_index.md.html#The%20Command-Line%20Interface
给电脑换源 npm 国内镜像 cnpm
http://yijiebuyi.com/blog/b12eac891cdc5f0dff127ae18dc386d4.html
nodejs npm国内镜像
http://my.oschina.net/gongbaodd/blog/302957
1.通过config命令
npm config set registry http://registry.cnpmjs.org npm info underscore (如果上面配置正确这个命令会有字符串response)
2.命令行指定
npm --registry http://registry.cnpmjs.org info underscore
3.编辑 ~/.npmrc 加入下面内容
registry = http://registry.cnpmjs.org
搜索镜像: http://cnpmjs.org