-
Notifications
You must be signed in to change notification settings - Fork 459
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
convert.js does not add node-addon-api to the dependencies in binding.gyp #98
Comments
I'm trying to see how do add this. Is it fine if I parse |
Can you post an example of the output binding.gyp? |
Here it is:
What it's missing is the line in
|
@sampsongao have you had a chance to look at this ? |
So currently the script find a <!(node -p "require('nan')") and replace it with node -p "require('node-addon-api').include"). Maybe we can do find the "dependencies" key and insert the include for node-addon-api and remove nan's if found. |
ping @mcollina any chance you can try this out ? |
As titled, after launching
covert.js
the updatedbinding.gyp
is not trying to build this specific module, resulting in missing symbols at runtime (in Node 6.11).The text was updated successfully, but these errors were encountered: