-
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
Error in evaluating "build_v8_with_gn" on node-gyp v3.4.0 for Node target v10.x #1457
Comments
Does it also happen with node-gyp 3.6.0? |
The workaround worked. Thanks :) Yeah, it also happens with node-gyp 3.6.0 |
2 tasks
daviwil
added a commit
to daviwil/node-pty-prebuilt
that referenced
this issue
Jun 22, 2018
6 tasks
This was referenced Jul 19, 2018
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Apple LLVM version 8.1.0 (clang-802.0.42)
Target: x86_64-apple-darwin17.3.0
Thread model: posix
InstalledDir: /Applications/Xcode-8.3.3.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
I am trying to build a native module on Node version 6.12.3 with target set to Node version 10.x. But the
node-gyp
command error out message:gyp: name 'build_v8_with_gn' is not defined while evaluating condition 'build_v8_with_gn == "true"' in binding.gyp while trying to load binding.gyp
Here are the commands I am invoking:
The same issue is seen here prebuild/prebuildify#10 and there are insights on how to reproduce it.
The text was updated successfully, but these errors were encountered: