-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Version 7.7.0 fails to install bcrypt with yarn #349
Comments
Thanks for the heads up about the CONTRIBUTING link not working. There is a thread going on about ~~~this~~~ a similar issue in #346 btw. |
I believe you are hitting an issue specifically with Node.js 7.7.0 which is resolved in v7.7.1. In the release notes for v7.7.1: https://nodejs.org/en/blog/release/v7.7.1/ There's a note about "add missing src/tracing header files" which looks like the source of this:
v7.7.1 should be landing in the Docker Hub pretty soon: |
v7.7.1 should be available now |
Thank you. That was fast! Confirmed that it's working. |
The CONTRIBUTING link in the README is broken. Anyway, The following Dockerfile fails to compile bcrypt when building.
Whereas it works when using version 7.6.0. The entire error message from gyp is too long, but here's the end:
The text was updated successfully, but these errors were encountered: