We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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, so?
npm config set python no longer supported by npm
npm_config_xxx=yyy # npm_config_xxx=yyy npm install package
if you are use Mac and install python from brew, maybe you need do this:
ls -l /usr/local/bin/python* ln -s -f /usr/local/bin/python3 /usr/local/bin/python
set python3 as a default
python3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Q1
npm config set python no longer supported by npm
, so?Q2
if you are use Mac and install python from brew, maybe you need do this:
ls -l /usr/local/bin/python* ln -s -f /usr/local/bin/python3 /usr/local/bin/python
set
python3
as a defaultThe text was updated successfully, but these errors were encountered: