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
On my colleagues, it will attempt to install exactly node 22.12.0
The devengines field serves pnpm and works well for that use case, but not so well for mise. Can we configure mise not to read devengines or can we prefer .nvmrc over devengines?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
We have a project which required minimum version of node due to a dependency feature (
require(esm)introduced in 22.12.0)We kept our
.nvmrcfile plain:in package.json:
Weirdly, I am seeing different behaviour on two machines. On mine, it tries to install node 26:
On my colleagues, it will attempt to install exactly node
22.12.0The devengines field serves pnpm and works well for that use case, but not so well for
mise. Can we configure mise not to read devengines or can we prefer .nvmrc over devengines?All reactions