-
Notifications
You must be signed in to change notification settings - Fork 37
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
gyp: name 'build_v8_with_gn' is not defined #10
Comments
It's a Node.js 10 change where you can only prebuild against 10 using Node 10. Unsure if that was intentional though. Maybe @jasnell knows |
This is most likely related to v8's switchover to building with gn rather than gyp. I don't have all the specific details but @rvagg may be able to help point in the right direction. |
It's set to I think maybe we could/should be putting a |
Thanks - I reliably reproduce it with literally any prebuildify run using node 9.11.1 and building against 10+. Ie,
|
@rvagg to reproduce try using node-gyp on node < 10 and build a project for node 10. |
If someone wants to tackle this: copy prebuild/prebuild#223 to |
Just as an FYI, I was seeing this problem today when running
|
Thank you @gonzus , that fixed it for me as well. |
I also have this problem on Node 12 or Node 10 Is there any solution? Node 12 is the version that we actually use. |
I found the reason for this issue. When we use See the Line 297 in eac4e78
|
Fixed in #48, 4.1.1. |
I'm seeing this occasional error while trying to prebuildify:
It only shows up sometimes, though I can reproduce it reliably using a clean checkout of
turbo-net
. Full stack below:The text was updated successfully, but these errors were encountered: