corepack icon indicating copy to clipboard operation
corepack copied to clipboard

fix: handle projects with `devEngines` ranges gracefully

Open susnux opened this issue 5 months ago • 0 comments

  • resolves https://github.com/nodejs/corepack/issues/729

Unlikne the packageManager field, the devEngines field allows to configure ranges of supported tool versions. When a project has no packageManager configured yet, but a range of supported, then the latest of those should be used instead of hard failing.

susnux avatar Jul 27 '25 21:07 susnux