I've been searching all over for a solution for this but always come across unanswered questions, half-truths, and misinformation. I'm trying to set up a private npm registry within an enterprise environment without replicating the GIGANTIC 71GB dataset from npmjs.org. I only need to host our own private modules and a few chosen open modules. I've followed instructions from github.com/isaacs/npmjs.org, and can use it, but only if I replicate the entire thing. The size of the replication isn't the part I'm most concerned about. Due to our legal need to be compliant with licenses, we can't just include all public modules, and risk inadvertently including a transitive dependency on a module that has a conflicting license.
Is there a way to set up a minimalistic registry that stores ONLY the modules I want? -- -- 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.
