this might help to reduce latency http://node-code.com/blog/?p=155 it's about local npm repository
Am Donnerstag, 13. September 2012 16:37:35 UTC+2 schrieb Tony Lukasavage: > > I have a node project I'm working on that I frequently install with `npm > install -g .` before running tests and such against the installed > executable. When I do this, there's always a few seconds of waiting for npm > to establish dependencies and do whatever else it does under the hood. I > was wondering if there was a faster way to do this? Is there some option I > can use to have npm forgo checking for depdendencies and just install my > module locally without any other checks? -- 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
