-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 fails with node 12.13.0 #1941
Comments
The module you are trying to install is not compatible with Node.js 12: Wulf/nodehun#66 (comment) |
I’ve no idea why you think that. |
🤦♂ Sorry, my bad. Some confusion, that..!! |
using node@10 solved my problem |
Related to #1779 |
It would be really helpful if someone could create GitHub Actions that replicate these failure conditions. Reverting to old versions does not help this community to move forward. |
I guess node -v 14 has issues working with node-gyp. Just spent minutes trying to fix a gyp error which disappeared when i switched to v12 |
What version of node-gyp? What command did you type? What was the output log? |
It's not working for me on node 12.18.0 and node-gyp 7.0.0 |
|
Unfortunately, ffi's last update was two years ago and its automated testing is failing across the board. node-ffi/node-ffi#596 |
Perhaps for ffi on Node.js 10 try legacy Python:
|
At this point neither FFI or node-gyp work for me so I think I'll just use N-API with Cmake.js. |
I'm facing the same error. can someone suggest the solution? Node : v12.14.1 |
This issue needs to be dealt with by the node-ffi team. |
@ahtashamabbasse currently, my configuration works having:
I want to remark that this will not working using
and then use the alias |
I get errors with
while compiling nodehun:
and following the stack trace:
The text was updated successfully, but these errors were encountered: