-
Notifications
You must be signed in to change notification settings - Fork 598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm install fails #868
Comments
This is an issue with one of our dependencies. Please open an issue on their repository: https://github.com/Voxer/sse4_crc32/issues/new |
Yet another install fail :(
Any new thoughts on dealing w this?
|
See stephenplusplus/hash-stream-validation#2. Waiting for an upstream PR to be merged, which will let us fallback to a software solution if the install fails. |
This has been resolved on https://github.com/Voxer/sse4_crc32/issues/45. The issue was the version of |
Thanks @anandsuresh! |
Have had a similar issue on my local machine. |
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
…#868) This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/68496d38-5e85-4300-adda-635f2834941d/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 356556588 Source-Link: googleapis/googleapis@9b95bf0
Source-Link: googleapis/googleapis@05186cd Source-Link: googleapis/googleapis-gen@dc566d3 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbXB1dGUvLk93bEJvdC55YW1sIiwiaCI6ImRjNTY2ZDNmNzE1NjdiZDQwZWEzZjg5NmIzZTBjZGFhNzNlOTQ5OWQifQ==
…#4872) * feat: Update Compute Engine API to revision 20231110 (#868) Source-Link: googleapis/googleapis@05186cd Source-Link: googleapis/googleapis-gen@dc566d3 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbXB1dGUvLk93bEJvdC55YW1sIiwiaCI6ImRjNTY2ZDNmNzE1NjdiZDQwZWEzZjg5NmIzZTBjZGFhNzNlOTQ5OWQifQ== * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
roilipman:bq-node roilipmangmailcom$ npm install gcloud
npm WARN package.json [email protected] No description
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No README data
CXX(target) Release/obj.target/crc32c_sse42/src/crc32c_sse42.o
LIBTOOL-STATIC Release/crc32c_sse42.a
libtool: unrecognized option
-static' libtool: Try
libtool --help' for more information.make: *** [Release/crc32c_sse42.a] Error 1
gyp ERR! build error
gyp ERR! stack Error:
make
failed with exit code: 2gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:267:23)
gyp ERR! stack at ChildProcess.emit (events.js:98:17)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:810:12)
gyp ERR! System Darwin 14.5.0
gyp ERR! command "node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /Users/roilipmangmailcom/Dev/bq-node/node_modules/gcloud/node_modules/hash-stream-validation/node_modules/sse4_crc32
gyp ERR! node -v v0.10.32
gyp ERR! node-gyp -v v1.0.1
gyp ERR! not ok
npm WARN engine [email protected]: wanted: {"node":">=0.10.40"} (current: {"node":"0.10.32","npm":"1.4.28"})
npm WARN engine [email protected]: wanted: {"node":">=0.10.40"} (current: {"node":"0.10.32","npm":"1.4.28"})
npm WARN engine [email protected]: wanted: {"node":">=0.10.40"} (current: {"node":"0.10.32","npm":"1.4.28"})
npm WARN engine [email protected]: wanted: {"node":">=0.10.40"} (current: {"node":"0.10.32","npm":"1.4.28"})
npm WARN engine [email protected]: wanted: {"node":">=0.10.40"} (current: {"node":"0.10.32","npm":"1.4.28"})
npm WARN engine [email protected]: wanted: {"node":">=0.10.40"} (current: {"node":"0.10.32","npm":"1.4.28"})
npm ERR! [email protected] install:
node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is most likely a problem with the sse4_crc32 package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get their info via:
npm ERR! npm owner ls sse4_crc32
npm ERR! There is likely additional logging output above.
npm ERR! System Darwin 14.5.0
npm ERR! command "node" "/usr/local/bin/npm" "install" "gcloud"
npm ERR! cwd /Users/roilipmangmailcom/Dev/bq-node
npm ERR! node -v v0.10.32
npm ERR! npm -v 1.4.28
npm ERR! code ELIFECYCLE
npm ERR! not ok code 0
The text was updated successfully, but these errors were encountered: