Skip to content
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

feat: upgrade node-gyp@9 to support python3 #392

Merged
merged 8 commits into from
Mar 24, 2022
Merged

Conversation

fengmk2
Copy link
Member

@fengmk2 fengmk2 commented Mar 24, 2022

pick from #385

closes #384

package.json Outdated
@@ -87,7 +87,7 @@
"fastest npm install"
],
"engines": {
"node": ">=10.0.0"
"node": ">=12.0.0"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

我直接改成 node 14 好了

@fengmk2
Copy link
Member Author

fengmk2 commented Mar 24, 2022

drop node 10, 12 support too.

@fengmk2 fengmk2 merged commit 0dc0f9e into master Mar 24, 2022
@fengmk2 fengmk2 deleted the node-gyp-upgrade-python3 branch March 24, 2022 11:03
@fengmk2
Copy link
Member Author

fengmk2 commented Mar 24, 2022

6.0.0

fengmk2 added a commit to cnpm/cnpm that referenced this pull request May 14, 2022
fengmk2 added a commit to cnpm/cnpm that referenced this pull request May 14, 2022
fengmk2 added a commit to cnpm/cnpm that referenced this pull request May 14, 2022
- cnpm/npminstall#392
- drop Node.js 10 and 12 support
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Python executable "/usr/bin/python3" is v3.8.10, which is not supported by gyp
1 participant