On postinstall, we try to require the nodegit binary as a test. When we build the module for not-vanilla-node, the binary is there but does not load (since we run from npm from vanilla node, regardless of what we're building for). I don't really know a good way around this short of either just checking that the binary exists instead of if it's loadable, or removing it entirely.
On postinstall, we try to require the nodegit binary as a test. When we build the module for not-vanilla-node, the binary is there but does not load (since we run from npm from vanilla node, regardless of what we're building for). I don't really know a good way around this short of either just checking that the binary exists instead of if it's loadable, or removing it entirely.