You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
odd numbered node.js versions are already not "supported" and are a problem when other packages adjust their engines entries to start omitting them.
node.js versions are not 100% semver, the odd numbered versions are immediately "dropped" when the next even number is released.
This is not a trivial change, but we should find a way to check the parts of an engines declaration that don't overlap are odd numbers (for node) and ignore that.
The text was updated successfully, but these errors were encountered:
odd numbered node.js versions are already not "supported" and are a problem when other packages adjust their engines entries to start omitting them.
node.js versions are not 100% semver, the odd numbered versions are immediately "dropped" when the next even number is released.
This is not a trivial change, but we should find a way to check the parts of an engines declaration that don't overlap are odd numbers (for node) and ignore that.
The text was updated successfully, but these errors were encountered: