Replies: 2 comments 14 replies
-
I'm not following. Can you maybe show some example workflows of the expected and current behavior to make it clearer? |
Beta Was this translation helpful? Give feedback.
-
I have an idea: when the dependency version required by the project does not exist, but there are other versions (whether global or otherwise), use interactive questioning to ask the user whether to use other versions (maybe higher than the project requirements, or maybe Below, I think it's possible to provide a list for the user to choose from). For example, the project requires As for possible subsequent command execution errors, I think that should be a problem that the user needs to solve. Further, it is possible to add a configuration in |
Beta Was this translation helpful? Give feedback.
-
Disclaimer: I am not sure if this is a known issue or a feature request, or a bug, so general Q it is
I mostly used Nodejs, so my experience is almost entirely related to it. Let's say my global version is v20, and in some projects via
.node-version
, v18 is recommended/required. So when I try to runnpm run build
(for example), I might see some complaints/warns, but at least the command will be invoked. And there is a big change that all will be totally OK. This is true fornvm
andfnm
managers that I used for a long time. With "mise", this is no longer a case. Even if there are no packages in the dependency tree with binding to the native package, this will not work. mise just wants to install the required version; no other options are possible.Any thoughts on this?
Beta Was this translation helpful? Give feedback.
All reactions