[QUESTION] Engines of next major version?
See original GitHub issueIn npm/cli
we depend on node-gyp
and would like to make sure the next major version is compatible with npm
when it comes to engines.node
.
Previously, npm
used ^12.13
as the lower base and node-gyp
used ^12.22
which caused the following issue: https://github.com/npm/cli/issues/4987
npm@9
was recently released (but is not yet tagged latest
) with the engines set to ^14.17.0 || ^16.13.0 || >=18.0.0
(see our reasoning here https://github.com/npm/statusboard/issues/519).
Are there plans for a major release soon? If so, has engines.node
support been discussed?
Issue Analytics
- State:
- Created a year ago
- Reactions:5
- Comments:10 (10 by maintainers)
Top Results From Across the Web
When should I increment version number?
My answer is: Basically when you're ready for it. Going from 0.9 to 1.0 is a big thing, because public perception will be...
Read more >Should I use ">=" (greater than or equal to) for the node or ...
Under engines, I have node set to 12.18.2 , but I've noticed that using ... I have the same question about using >=...
Read more >Top 50+ Node.js Interview Questions and Answers for 2023
Prepare yourself to crack Node.js developer interviews with these Node.js interview questions and their answers for 2022.
Read more >Open protocol for accessing question engines - MoodleDocs
question version : This is a string of the fomat major.minor, where major and minor are both decimal integers with no leading zero....
Read more >Aircraft engine operation and malfunction - FAA
The most common solution to this problem is to break the compressor in two. This way, the front 4 or 5 stages can...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I opened two PRs to address this issue:
node-gyp@9
release linemy apologies for the ping @targos - I saw you were someone with a high number of commits and I know you 😅