-
Notifications
You must be signed in to change notification settings - Fork 699
Closed
Description
So using 4.4.5 lts node js the npm install for 13.2 appears to be a little broken.
It fails to download due to missing deps, as I can only assume npm 2.15 which comes with lts node is installing these later not part of the pre build steps with node-pre-gyp
It then rolls back to building from source which is as expected in a failed binary download attempt but not ideal as it takes a long time to do.
I had also tried on node v6 and this was ok with downloading the binary from s3.
Output of node 4.4.5:
npm install nodegit@0.13.2
/
> nodegit@0.13.2 install /home//[redacted]/node_modules/nodegit
> node lifecycleScripts/install
[nodegit] Fetching binary from S3.
[nodegit] Failed to install prebuilt binary:
{ [Error: Command failed: /bin/sh -c "/home/[redacted]/node_modules/nodegit/node_modules/.bin/node-pre-gyp" install --fallback-to-build=false
module.js:327
throw err;
^
Error: Cannot find module 'nopt'
at Function.Module._resolveFilename (module.js:325:15)
at Function.Module._load (module.js:276:25)
at Module.require (module.js:353:17)
at require (internal/module.js:12:17)
at Object.<anonymous> (/home//[redacted]/node_modules/nodegit/node_modules/node-pre-gyp/lib/node-pre-gyp.js:14:12)
at Module._compile (module.js:409:26)
at Object.Module._extensions..js (module.js:416:10)
at Module.load (module.js:343:32)
at Function.Module._load (module.js:300:12)
at Module.require (module.js:353:17)
]
killed: false,
code: 1,
signal: null,
cmd: '/bin/sh -c "/home//[redacted]/node_modules/nodegit/node_modules/.bin/node-pre-gyp" install --fallback-to-build=false' }
[nodegit] Building manually. (You'll be here a while.)
[nodegit] Regenerating and configuring code
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels