标签:
node npm在前端开发中有非常完善的工具链,但是很可惜的是国内不知道是什么原因无法访问!有以下方法解决:
$ npm config set registry http://r.cnpmjs.org
或者:
npm config set registry http://registry.npmjs.eu
npm install
对于前端测试的一个jslib安装:
npm install phantomjs --phantomjs_cdnurl=http://cnpmjs.org/downloads
以上都是npm的镜像,貌似可以访问
sometimes, if we change dns, it works!?
标签:
原文地址:http://www.cnblogs.com/kidsitcn/p/4557548.html