-
Notifications
You must be signed in to change notification settings - Fork 1.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
node-gyp build on windows for electron 12/13 fails #1868
Comments
I have the same issue on windows :( |
You have to go to
|
I'm getting this error; v8 array buffer not have GetContents function. How's solve this issue ? |
This seems to be relevant to #nodejs/nan#922 Suggestion from there:
|
Same issue here. |
This needs to migrate from nan to node-addon-api, which is currently not implemented by node-canvas. @zbjornson Any plan for this #892? As the Electron upgrades, rebuilding canvas after 13.x just won't work on Windows 😢. |
Has there been any progress on this? I'm happy to test... trying to update my electron app deps and this is a blocker. |
Same here... Gotten blocked by the rebuild issues on Windows for a while. Any workaround will be great too... |
I have the same problem, did someone found a solution to fix this? |
Did you ever find a solution here? I am dealing with this problem with my Electron app trying to use pdf.js library which relies on node-canvas. Very frustrating! |
Issue
When trying to build the native module for windows & ele3ctron 13.0.0 the node-gyp command fails with missing external symbol error.
Steps to Reproduce
Error:
Your Environment
The text was updated successfully, but these errors were encountered: