如何使用NPM镜像

时间:2013-11-14 00:40:18

标签: javascript node.js npm

npm注册表再次关闭,导致npm install无效。

问题:我们如何使用npm从npm镜像中提取包?有没有推荐的npm镜子?

2 个答案:

答案 0 :(得分:7)

使用npm镜像

npm set registry http://ec2-46-137-149-160.eu-west-1.compute.amazonaws.com

您可以稍后使用npm set registry

重置此设置
npm set registry https://registry.npmjs.org/

然后正常使用它:

npm install express

您还可以查看此gist以获取有关上述解决方案的更多信息。

答案 1 :(得分:0)

Here is a Gist with what seems to be complete instructions for setting up a mirror, with a demo mirror/example.。不确定该人的镜像是否仍在运行,但提供的示例似乎很简单:

$ npm set registry http://domain.of.your.npm.mirror.com