mise generates a mise.toml file even though .nvmrc exists and I have enabled add idiomatic_version_file_enable_tools
#6598
Replies: 3 comments 5 replies
-
|
why are you using |
Beta Was this translation helpful? Give feedback.
-
|
I now tested the behaviour of
All in all, I think it boils down to this: The introduction does not talk about the exact behaviour of |
Beta Was this translation helpful? Give feedback.
-
|
mise WARN missing: node@26.0.0
edit 1: Going to write a new post since I found the rationale here: #4345 edit 2: Added this topic instead: #9771 |
Beta Was this translation helpful? Give feedback.




Uh oh!
There was an error while loading. Please reload this page.
-
According to the docs:
I interpreted these lines that if a
.nvmrcfile exists and there's nomise.toml, then mise will use it. However, this is not the case.When I enter a dir with a
.nvmrcfor the first time I get a warning:I then do
mise use nodeand I get the latest version of node, not the one specified and detected from.nvmrcIf I then do
mise use node@22.11.0, I get the desired version of node, but mise also generates amise.tomlfile which I don't want because in my team we use nvm and so the files could get out of sync.Beta Was this translation helpful? Give feedback.
All reactions