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
Motivation: This makes it easier for consumers to install / run / test the package under all the latest / supported Node versions, without depending on every package to release an update to expand the range forward every six months.
This causes an error from installed-check:
Errors:
ava: Narrower "engines.node" is needed: ^18.18.0 || ^20.9.0 || ^22.0.0
Suggestions:
Combined "engines.node" needs to be narrower: ^18.18.0 || ^20.9.0 || ^22.0.0
Is there any way to disable this error? Does it make sense for us to disable this check? Are we using installed-check appropriately? Should the default behavior be relaxed?
In the release-it package for example, we would like to support any future Node version under the package's Node engines:
Motivation: This makes it easier for consumers to install / run / test the package under all the latest / supported Node versions, without depending on every package to release an update to expand the range forward every six months.
This causes an error from installed-check:
Is there any way to disable this error? Does it make sense for us to disable this check? Are we using installed-check appropriately? Should the default behavior be relaxed?
Related:
The text was updated successfully, but these errors were encountered: