On Oct 11, 2:24 am, Tim Oxley <[email protected]> wrote: > Probably true especially regarding code complexity, but disk space is > cheap. Though, the time to install all that stuff is a real bummer. If `npm > install` was faster, would this be less of an issue?
FWIW the latest version of node-gyp has the ability to specify how many cpus/cores to use when compiling addons, so that should make it faster in those cases. -- 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
