On Tuesday, April 9, 2013 9:24:37 PM UTC+2, Nuno Job wrote: > Private npm repos have been supported by irisnpm.com for a while now. > > * https://www.irisnpm.com > > This is the company that runs the public npm registry you are using > everyday, and they also do enterprise installations. > > Nuno >
Yes, irisnpm is also a good option. It uses a different "strategy" though, their private repository solution uses a "smart" registry that holds your private packages and mirrors the other packages from the npmjs.org repository. In our case we've hacked the npm client to query multiple registries. It is our intention to contribute this feature to the official npm client asap. - Bert -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
