-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Electron with ffi-napi npm start fails with node-gyp error code #2543
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
Comments
In the FULL error log is there a line that looks like |
@cclauss Thank you for your prompt reply I don't see any error info in the full log:
|
This is probably #2534. |
@richardlau Downgrading Node to 16.13.0 helped |
I just spent my day solving this. Eventually, here's what has worked for me (also on SO ):
|
添加了貌似没有结果 |
Created an app following these instructions
https://www.electronforge.io/guides/framework-integration/react
Added
npm install ffi-napi
npm start
fails on Preparing native dependencies with the error:The example to reproduce is here https://github.com/topheroes/gyp-bug-reproduce
Please advise
The text was updated successfully, but these errors were encountered: