-
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
Apparent regression in node-gyp when using Node 23 #3082
Comments
Maybe is the same error? Dockerfile
Output
|
This is nodejs/node#55410 and being addressed in nodejs/node#55414. |
Node.js v23.1.0 was released. |
evan0greenup
pushed a commit
to BeyondAUR/balena-etcher
that referenced
this issue
Dec 2, 2024
Nodejs 23 won't work, see nodejs/node-gyp#3082
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
23.0.0
Darwin Mac-1729217574047.local 23.6.0 Darwin Kernel Version 23.6.0: Wed Jul 31 20:50:13 PDT 2024; root:xnu-10063.141.1.700.5~1/RELEASE_ARM64_VMAPPLE arm64
aka GitHub Actions'macos-latest
on Oct-17-2024Verbose output (from npm or node-gyp):
Most suspect section of logs:
It seems that the
s
from the binding.gyp sources'"src/getargv.c"
is cut off.Other node versions:
Node versions 18, 20, and 22 all build successfully with the same project: https://github.com/getargv/getargv.js/actions/runs/11396354541/job/31710036293
The text was updated successfully, but these errors were encountered: