-
Notifications
You must be signed in to change notification settings - Fork 595
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
Double check that the installation on OS X works as expected...? #660
Comments
// @anandsuresh |
@jgeewax @stephenplusplus I just built the latest master branch of the SSE4_CRC32 library on my macbook and it worked fine. Also did an Any chance of getting some logs of the problematic installation? With regards to the |
I use gcloud with OS X every day, and have only run into errors when going between v0.10 of Node and v0.12. Doing that without re-installing the dependencies will cause errors. If more issues pop up around sse4_crc32, I think we should direct users over to their repo for support. There's not much we can do here, aside from discontinue using it, which I don't think we want to do. @anandsuresh has been great with support, so the few times these issues come in, they'll likely be resolved rather quickly. Feel free to re-open if this is not a satisfying answer. |
Source-Link: googleapis/synthtool@6981da4 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:3563b6b264989c4f5aa31a3682e4df36c95756cfef275d3201508947cbfc511e Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
#660) * build(node): add feat in node post-processor to add client library version number in snippet metadata Co-authored-by: Benjamin E. Coe <[email protected]> Source-Link: googleapis/synthtool@d337b88 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:d106724ad2a96daa1b8d88de101ba50bdb30b8df62ffa0aa2b451d93b4556641
#660) * build(node): add feat in node post-processor to add client library version number in snippet metadata Co-authored-by: Benjamin E. Coe <[email protected]> Source-Link: googleapis/synthtool@d337b88 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:d106724ad2a96daa1b8d88de101ba50bdb30b8df62ffa0aa2b451d93b4556641
Source-Link: googleapis/synthtool@6981da4 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:3563b6b264989c4f5aa31a3682e4df36c95756cfef275d3201508947cbfc511e Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
gcr.io/repo-automation-bots/owlbot-nodejs:latest@sha256:f93bb861d6f12574437bb9aee426b71eafd63b419669ff0ed029f4b7e7162e3f
…around quota usage (#660) * feat: added support for custom content types docs: clarified wording around quota usage PiperOrigin-RevId: 323397413 Source-Author: Google APIs <[email protected]> Source-Date: Mon Jul 27 11:04:11 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: ca22cfe3477f1c0095fba606d5a18c52d918a0dd Source-Link: googleapis/googleapis@ca22cfe * feat: added support for custom content types docs: clarified wording around quota usage PiperOrigin-RevId: 323436667 Source-Author: Google APIs <[email protected]> Source-Date: Mon Jul 27 14:05:51 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: 546f389d95dbbc88d9d5a00fae25b29d49a0d5b6 Source-Link: googleapis/googleapis@546f389
I got some feedback that installing on OS X with Node 0.12.x was not as smooth as it should be.
Excluding the typical npm ownership issues (
root
vs$USER
) it seems thatsse4_crc32
has some problems and our docs don't really say much about it. Can we do a dry run through all of this and see what's needed to makenpm install gcloud
an un-eventful process?The complaints focused around
sse4_crc32
andnode-gyp
, particularly something about--no-parallel
being an invalid flag?The text was updated successfully, but these errors were encountered: