On Tue, Aug 13, 2013 at 5:45 AM, andy e <[email protected]> wrote: > When trying to install leveldown/levelup on Windows using node 0.10.9 & npm, > npm/node-gyp grabs dependencies from http://nodejs.org/dist/<insert node > version here>/ > i.e. http://nodejs.org/dist/v0.10.9/node-v0.10.9.tar.gz > > This was on an offline (no Internet connection) machine. I'm trying to > figure out what other dependencies it's going to need (obviously the install > didn't finish).
It downloads the tarball for the headers (v8.h, node.h, a few others.) > However, when I try it now on Mac OS X on a connected machine, it works fine > and doesn't seem to look for anything on nodejs.org. Is that a Windows only > thing? It's possible the module only compiles native code on Windows (either that or your OS X machine already has the tarball stashed away somewhere.) There should be a binding.gyp in the module's top-level directory that you can check. -- -- 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.
