-
Notifications
You must be signed in to change notification settings - Fork 34.7k
chore: bump node-gyp to 11.2.0 #250554
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
chore: bump node-gyp to 11.2.0 #250554
Conversation
improves reliability of builds on windows includes nodejs/node-gyp#3113 and nodejs/node-gyp#3112
Thanks for the fixes in upstream! Couple of notes,
|
Ah good catch
Seems like pinning is not enough, because npm will only use its own bundled version https://github.com/nodejs/node-gyp/blob/main/docs/Updating-npm-bundled-node-gyp.md |
There is Maybe for root we can force the value via |
Thanks for the tips. It seems to be working in my tests. |
Changes look good to me, the |
Closing in favor of #250981 |
I hit this again today (happens so intermittently it is hard to test), so I guess it's still not quite fixed.
This is happening from the root it seems, so the |
Ah I misread the line in Can you try either and see if that helps. |
I will try. On failures I see the banner with
|
Ahh some of the code you mentioned wasn't introduced until npm 11.3 npm/cli@b306d25 |
The env var set for
|
hmm for remote we are configuring env variable which has been supported for a long time in npm, it must be something else. |
Thanks, you're right the I will update |
improves reliability of builds on windows
includes nodejs/node-gyp#3113 and nodejs/node-gyp#3112
cc @deepak1556 @joaomoreno