You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.