-
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
npm config set python
no longer supported by npm as of npm v9.0.0
#2798
Comments
npm config set python
no longer supported by npm as of v9npm config set python
no longer supported by npm as of npm v9.0.0
Also facing the same issue, @davidmurdoch did you find any solutions |
Downgrading npm works (npm install npm@8 -g). In my case I was able to remove this step from our build process entirely and things just contributed to work perfectly fine 🤷♂️. |
I'm not sure if I'm having the same issue but Gyp seems to want to use Python 3, no matter what I do: I downgraded to node-gyp@8 but that has the same problem as version 9. |
What is
|
I mean Windows 11 Environment Variables. I have Python 2.7 higher up the load order than 3.x. Everything else follows this load order but node-gyp ignores it for some reason that I don't understand. Might be an unrelated issue... |
The docs here no longer recommend |
See npm/cli#6126 for more details
The text was updated successfully, but these errors were encountered: