i tried to create a local npm registry following the instructions under https://github.com/isaacs/npmjs.org . Unfortunately, and after trying replicating the http://isaacs.ic.ht/registry several times, i always happen to be stuck with the same problem: the available design documents in my local couchdb (v1.1.1) are 'ui' and 'scratch', so all npm queries against /registry/_design/app fail.
Any help with this would be very much appreciated!
It should replicate down by default. The reason why the npmjs.org
couchapp writes to _design/scratch is so that I can generate the views
and then do an HTTP COPY to _design/app and not cause everyone to see
huge latency on npm search.
> i tried to create a local npm registry following the instructions under
> https://github.com/isaacs/npmjs.org . Unfortunately, and after trying
> replicating the http://isaacs.ic.ht/registry several times, i always happen
> to be stuck with the same problem: the available design documents in my
> local couchdb (v1.1.1) are 'ui' and 'scratch', so all npm queries against
> /registry/_design/app fail.
> Any help with this would be very much appreciated!
> It should replicate down by default. The reason why the npmjs.org > couchapp writes to _design/scratch is so that I can generate the views > and then do an HTTP COPY to _design/app and not cause everyone to see > huge latency on npm search.
> On Fri, Jul 20, 2012 at 2:48 AM, Pedro Lafuente > <plafue.tar...@googlemail.com> wrote: > > Hi there,
> > i tried to create a local npm registry following the instructions under > > https://github.com/isaacs/npmjs.org . Unfortunately, and after trying > > replicating the http://isaacs.ic.ht/registry several times, i always > happen > > to be stuck with the same problem: the available design documents in my > > local couchdb (v1.1.1) are 'ui' and 'scratch', so all npm queries > against > > /registry/_design/app fail.
> > Any help with this would be very much appreciated!