Unable to Update Claude Code on MacBook Terminal

Status Fixed / completed
Maintainer reply ✓ Yes — wolffiex
Activity 11 comments · opened Jun 5, 2025 · closed Jun 6, 2025
💡 Likely answer: A maintainer (wolffiex, collaborator) responded on this thread — see the highlighted reply below.

Bug Description
I can't update to the new Claude Code, i'm stuck on the research preview (macbook terminal)

Environment Info

  • Platform: macos
  • Terminal: Apple_Terminal
  • Version: 0.2.19
  • Feedback ID: 4d46d7e8-2157-43c1-8250-95e6f0e56a2d

View original on GitHub ↗

11 Comments

wolffiex collaborator · 1 year ago

can you give some more detail about what you tried? What do claude update and claude doctor say?

ArthurBrunswick · 1 year ago

I tried downloading Claude again with the npm command
Auto updates are on, and /doctor says it's healthy
I tried login out, login in again same results
Also Claude update && Claude does update but then it's still the research
preview with sonnet 3.7

Le jeu. 5 juin 2025, 22:23, Adam Wolff @.***> a écrit :

wolffiex left a comment (anthropics/claude-code#1647) <https://github.com/anthropics/claude-code/issues/1647#issuecomment-2946073236> can you give some more detail about what you tried? What do claude update and claude doctor say? — Reply to this email directly, view it on GitHub <https://github.com/anthropics/claude-code/issues/1647#issuecomment-2946073236>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/BIJ4XRJNDEERYGDJGW34Y533CCRMTAVCNFSM6AAAAAB6VNRKXKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDSNBWGA3TGMRTGY> . You are receiving this because you authored the thread.Message ID: @.***>
wolffiex collaborator · 1 year ago

how about which claude

ArthurBrunswick · 1 year ago

It gives me Claude 3.7 Sonnet (20250219)
Version is 0.2.19

wolffiex collaborator · 1 year ago

which claude should tell you where claude is installed.

ArthurBrunswick · 1 year ago

Ok sorry here it is : /usr/local/bin/claude

I also ran npm install -g @anthropic-ai/claude-code@latest
It told me
[
changed 3 packages in 3s

2 packages are looking for funding
run npm fund for details
]
But version is still 0.2.19

wolffiex collaborator · 1 year ago

Oh interesting. Is that a symlink? Can you remove it? That is not where global npm installs go

ArthurBrunswick · 1 year ago

Yes, it's a symlink:

lrwxr-xr-x 1 arthurbrunswick staff 53 27 fév 11:47 /usr/local/bin/claude -> ../lib/node_modules/@anthropic-ai/claude-code/cli.mjs

Should I remove it and reinstall?

wolffiex collaborator · 1 year ago

yes, that looks like it was manually installed. try removing it and we can always put it back if things go awry

ArthurBrunswick · 1 year ago

Found it! New claude is working at /Users/arthurbrunswick/.npm-global/bin/claude

Will create a symlink back to /usr/local/bin/claude to make it accessible.

Issue resolved - the manual symlink was indeed blocking the update.

Thanks for the help!

github-actions[bot] · 1 year ago

This issue has been automatically locked since it was closed and has not had any activity for 7 days. If you're experiencing a similar issue, please file a new issue and reference this one if it's relevant.