使用npm
安装node.js
应用程序的依赖项时,它会暂停。 但在中国境外没有任何问题。谁知道让它在VPN/SSH channel
旁边运作的方法。
$ npm install
npm http GET https://registry.npmjs.org/jade
npm http GET https://registry.npmjs.org/formidable
# ... ... halt for hours and hours ... march 2014
# ... ... halts times after times ...
答案 0 :(得分:9)
现在还有一个Chinese registry:
$ npm config set registry http://r.cnpmjs.org
$ npm install
它与registry.npmjs.org同步。
答案 1 :(得分:6)
答案 2 :(得分:5)
中国的另一面镜子是https://registry.npm.taobao.org/。
$ npm config set registry https://registry.npm.taobao.org/
$ npm install
答案 3 :(得分:3)
只需使用淘宝的镜子
npm install -g cnpm --registry=http://registry.npm.taobao.org
cnpm install -g your-lib-name