question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[QUESTION] Engines of next major version?

See original GitHub issue

In 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:open
  • Created a year ago
  • Reactions:5
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
lukekarryscommented, Dec 9, 2022

I opened two PRs to address this issue:

  • #2771 which can be released on the node-gyp@9 release line
  • #2770 which would be a major release
1reaction
bnbcommented, Dec 8, 2022

my apologies for the ping @targos - I saw you were someone with a high number of commits and I know you 😅

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found