Page 1 of 1

NPM Mirrors

Posted: Mon Apr 07, 2014 6:06 pm
by hallsofvallhalla
In case anyone has the issue I had to day where MongoDB NPM server is down, here is a mirror for any NPM package

http://blog.modulus.io/npm-mirrors

so basically I did

Code: Select all

npm install mongodb --registry http://registry.npmjs.org
and it worked!

Re: NPM Mirrors

Posted: Mon Apr 07, 2014 11:21 pm
by Jackolantern
I have never had an issue with npm being down, but this is very good to know! In a way it can be kind of scary to have all packages in one place, all relying on one Internet connection. So it is very good to know they have some redundancy.