Mise recursively calls itself while installing with node backend #9462
Unanswered
olfway
asked this question in
Troubleshooting and bug reports
Replies: 1 comment
-
|
It seems the problem was with I fixed env variables to be exactly the same and now mise says On macos paths are usually case-insensitive so at least it shouldn't recursively calls itself and crash session |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have global config file like this:
I'm trying to update installed packages with:
It hangs, but in different console I see:
In "activated" mode mise can even crash my macos session because of that
Most of times it works, but sometimes it starts hanging
brew doctorhangs on plugins discoveryAlso it wrong on
shims_on_path: no:Probably because of case-sensivity:
/Users/Olfwayvs/Users/olfwaymise list --tracehangs onIf I remove mise shims directory from PATH then it work:
What else should I check?
Beta Was this translation helpful? Give feedback.
All reactions