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 nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to