[tool_alias] conflicts with installs/.mise-installs.toml
#8272
Unanswered
powerman
asked this question in
Troubleshooting and bug reports
Replies: 1 comment 1 reply
-
|
Why not simply do |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Global file
~/.local/share/mise/installs/.mise-installs.tomlcontain tool's backend after first successful install, and this breaks another backend set using[tool_alias]later.The problem is clear in the line "mise ERROR Failed to install aqua:neovim/neovim@0.9: runtime error: crates/vfox/src/lua_mod/hooks.rs:53:78: …" - it resolved tool_alias and tries to install using aqua backend but still uses vfox backend.
Beta Was this translation helpful? Give feedback.
All reactions