-
Notifications
You must be signed in to change notification settings - Fork 84
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
Issue building with node 10.0.0? #68
Comments
I have the exact same issue (node 10 via nvm). From a cursory scan over the output, it looks like something in
Looks like it might be the version of Downgrading to node 9 works but there are warnings WRT deprecations. Happy to take a look it that's helpful. Update: |
For Nodejs v10+, you can use my fork: https://github.com/stormwin/node-x509 |
After upgrading to node 10.0.0, I had some issues installing x509. node-gyp 'make' was failing with some errors that seemed indicative of some kind of breaking interface change. However this is not the analysis of an expert in such things :) Downgrading node to 9.5.0 (or 9.11.1) fixes the issue without any further action needed. If this is actually an issue with node, or node-gyp, or my own environment, please accept my apologies and close this issue!
10.0.0_build.log
The text was updated successfully, but these errors were encountered: