-
Notifications
You must be signed in to change notification settings - Fork 34
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
Support node v12 #99
Comments
#88 says it was fixed v0.1.4, but I confirmed it has still failed to compile in node v12.14.0 on Mac OS and CentOS 7, now. Is it relevant to the error I mentioned? UPDATE:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Recently, I migrated my Node.js from v8 to v12, and then got SEGMENTATION FAULT on exit owing to firebird module.
Just a line of "require" introduces this error!
v10.16.3, v11.15.0, and v12.7.0 do the same.
Testing machines are Mac OS Catalina and CentOS 7.1.
The text was updated successfully, but these errors were encountered: