\
> [email protected] install node_modules/nodegit
> node lifecycleScripts/install
[nodegit] Fetching binary from S3.
[nodegit] Completed installation successfully.
> [email protected] postinstall node_modules/nodegit
> node lifecycleScripts/clean
[nodegit] Cleaning up after ourselves.
[nodegit] Deleting unneeded files.
[nodegit] Finished deleting files.
[nodegit] Pruning devdependencies.
[nodegit] Cleaning unneeded dependencies.
npm WARN uninstall not installed in node_modules/nodegit/node_modules: "for-node-webkit"
npm WARN uninstall not installed in node_modules/nodegit/node_modules: "fs-extra"
unbuild [email protected]
unbuild [email protected]
unbuild [email protected]
[nodegit] Successfully pruned devdependencies.
[nodegit] Successfully cleaned unneeded dependencies.
[nodegit] Done cleaning, enjoy!
[email protected] node_modules/nodegit
├── [email protected]
├── [email protected] ([email protected])
├── [email protected] ([email protected])
└── [email protected]
~$ node
> var git = require("nodegit")
Error: Cannot find module '../build/Debug/nodegit'
at Function.Module._resolveFilename (module.js:336:15)
at Function.Module._load (module.js:278:25)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object.<anonymous> (node_modules/nodegit/lib/nodegit.js:12:12)
at Module._compile (module.js:460:26)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
With node v0.12.0 and npm 2.5.1,
npm installgoes through fine:But then