-
Notifications
You must be signed in to change notification settings - Fork 699
Closed
Description
From atom issue atom/atom#10819 (atom/atom#10819 (comment)), a lot of 32-bit Linux users have been having troubles installing nodegit. From my research, it seemed to be a two-part problem of there not being a 32-bit prebuilt binary of nodegit
Error: 403 status code downloading tarball https://nodegit.s3.amazonaws.com/nodegit/nodegit/nodegit-v0.11.9-node-v47-linux-ia32.tar.gz
and npm failing during the fallback build script
[nodegit] Building manually. (You'll be here a while.)
[nodegit] Regenerating and configuring code
npm WARN deprecated graceful-fs@3.0.8: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible.
npm WARN deprecated lodash@1.0.2: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0.
npm WARN deprecated graceful-fs@1.2.3: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible.
npm WARN deprecated graceful-fs@2.0.3: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible.
npm ERR! Linux 4.4.5-1-ARCH
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install" "--ignore-scripts"
npm ERR! node v5.9.1
npm ERR! npm v3.8.2
npm ERR! Cannot read property 'target' of null
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! <https://github.com/npm/npm/issues>
npm ERR! Please include the following file with any support request:
npm ERR! /home/ivan/code/__/node_modules/nodegit/npm-debug.log
If the build problem is an issue with npm, could there at least be a prebuilt binary for 32-bit linux systems available for us to use?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels