-
Notifications
You must be signed in to change notification settings - Fork 76
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
error: cannot convert ‘void (*)(void*)’ to ‘node::Environment*’ Node v16 #35
Comments
Using NVM I: Also some extra searching through stackoverflow claims that the conversion error is due to use C syntax for a C++ compiler. Hope that helps who ever looks at this issue. |
I can confirm it's not working in node 16 @kembuco do you have any tips for handling these API changes? |
Confirming this issue on v17.0.1 |
#36 fixes this, at least for me in Node v16. I used |
I am having issues building the bindings, subject contains the key error.
I am using CentOS version 8.4.2105 with Node v16.0.0 installed via NodeJS provided RPM
Make install of libpostal seemed to pose no issue.
I will attempt using some older version of node, starting with 12 to see if I can get it to build.
The output of performing npm install is attached
npm install output.txt
The text was updated successfully, but these errors were encountered: