Replies: 1 comment
-
|
Didn't work for me. |
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.
-
If you installed claude (claude-code) via mise in an earlier version and are now running into the following error when trying to upgrade:
Root Cause
The claude tool's backend in the mise registry has changed from http:claude to aqua:anthropics/claude-code. However, the locally cached backend type from your previous installation still points to the old http backend, which requires a url option that no longer exists in this context — causing the install to fail.
Fix
Simply clear the mise cache and re-run the upgrade:
This forces mise to discard the stale backend metadata and resolve claude correctly via the new aqua backend.
Hope this saves someone a headache! 🙌
Beta Was this translation helpful? Give feedback.
All reactions