美文网首页M_iOS
学习Cordova的一些资料

学习Cordova的一些资料

作者: YM_1 | 来源:发表于2015-12-29 14:27 被阅读154次

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

相关文章

网友评论

    本文标题:学习Cordova的一些资料

    本文链接:https://www.haomeiwen.com/subject/kchihttx.html