国内镜像,飞一般的感觉!编辑 ~/.npmrc 加入下面内容 registry = http://registry.cnpmjs.org使用supervisor提高nodejs调试效率(免去重复启动关闭服务器)npm -g install supervisor利用Chrome调试nodejs /*....
分类:
Web程序 时间:
2014-08-26 11:26:15
阅读次数:
152
1.通过config命令 npm?config?set?registry?http://registry.cnpmjs.org?npm?info?underscore?(如果上面配置正确这个命令会有字符串response) 2.命令行指定 npm?--registry?http://registry.cnpmjs....
分类:
Web程序 时间:
2014-08-17 10:30:52
阅读次数:
221
这个也是网上搜的,亲自试过,非常好用! 镜像使用方法(三种办法任意一种都能解决问题,建议使用第三种,将配置写死,下次用的时候配置还在): 1. 通过config命令 npm config set registry http://registry.npm....
分类:
其他好文 时间:
2014-07-23 00:31:07
阅读次数:
198
pipy国内镜像目前有:http://pypi.douban.com/ 豆瓣http://pypi.hustunique.com/ 华中理工大学http://pypi.sdutlinux.org/ 山东理工大学http://pypi.mirrors.ustc.edu.cn/ 中国科学技术大学手动指定...
分类:
编程语言 时间:
2014-07-14 14:41:42
阅读次数:
331