-
Notifications
You must be signed in to change notification settings - Fork 155
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
Script install
fails on Node.js 18.18.0
#415
Comments
prebuild-install
fails on Node.js 18.18.0
prebuild-install
fails on Node.js 18.18.0
install
fails on Node.js 18.18.0
install
fails on Node.js 18.18.0
install
fails on Node.js 18.18.0
node-gyp is included with nodejs. There's something spooky with your environment. Please troubleshoot and let me know what you find. |
For posterity, this probably relates to the following issue: npm/cli#6842 (also addressed here: nodejs/node#49737). |
Interesting, it'd definitely be alarming if node-gyp is no longer in npm's path. For what it's worth, I was unable to reproduce on nodejs v18.18.1 but I use a custom installation script which manages multiple built-from-source copies of nodejs. |
Yeah, indeed. Guessing this is permanent, since it was intentional: npm/cli#6554. Perhaps you could add a heads up to README.md? |
Mac OS:
13.4.1
Node.js:
18.18.0
(using nvm)Yarn:
1.22.19
Hey there!
When trying to do a clean install of a project with
[email protected]
as a subdependency, I encountered the following error using Node.js18.18.0
:Or, when trying with
yarn upgrade-interactive
:Though, everything works just fine when using Node.js
18.17.1
.Any clues on what causes these errors?
Addendum
Node.js
18.18.1
does not fix this.The text was updated successfully, but these errors were encountered: