-
Notifications
You must be signed in to change notification settings - Fork 32
Post: An Aussie npm mirror to kill the latency #11
Comments
I can't access this repo - I get 401. Tried to login but no dice... |
Use npmrc (https://npmjs.org/package/npmrc) with the following .npmrc email = [email protected] remove all the [_token] and _auth stuff from it. It's a read only DB. On Wed, Sep 25, 2013 at 11:51 AM, simonwade [email protected]:
Eugene Ware Phone: +61 3 9955 7041 Noble Samurai Pty Ltd noblesamurai.com http://www.noblesamurai.com/ | eugeneware.com | |
Great, thanks. |
@rvagg Should this mirror be up? http://npm.nodejs.org.au
|
@jpillora set your registry to http://registry.npmjs.org.au instead. I'm still getting that server sorted out in my spare time but the registry should be working. |
@jpillora was a bit out of sync but pretty much caught up now if you want to use registry.npmjs.org.au. I have an SSL cert for it too that I'll get set up when I have time. |
Awesome thanks Rod! On Thursday, June 5, 2014, Rod Vagg [email protected] wrote:
|
Update 2014-02-06: See npm.nodejs.org.au for updated instructions on how to set up your npm client to pull from the Australian mirror.
Installing from npm is always a pain from this side of the planet, particularly when you have a lot of dependencies to install and particularly when you've experienced it from a computer located in North America.
For a little while now I've been maintaining a mirror of the npm registry running out of the AWS datacentre in Sydney and it's an absolute pleasure to be able to
npm install
and have it complete in a couple of seconds. I'm now confident enough to share it with anyone else who would like to be able to do quick installs.All you need to do is put this line in your ~/.npmrc file:
You won't be able to publish to it, so you have switch back to the standard registry to do that. You either have to remove or comment out that line, or be a little more clever.
Thankfully, @deoxxa has already thought of this and has a great script that I can recommend: npmrc.
Simply make a ~/.npmrcs/ directory and put alternative .npmrc files in it with names indicating their use. For example, I have one named write that uses the global registry and one called read that uses npm.nodejs.org.au. When I want to switch between them I just type
npmrc read
ornpmrc write
and it switches a symlink from ~/.npmrc to the appropriate file in ~/.npmrcs/.(If you're running your own mirror, please continue to replicate from the global registry, Joyent can afford the bandwidth more than me.)
Enjoy!
The text was updated successfully, but these errors were encountered: