[BUG] Cannot open or use claude after last update (0.2.119)
Resolved 💬 22 comments Opened May 19, 2025 by backnotprop Closed May 19, 2025
💡 Likely answer: A maintainer (bcherny, collaborator)
responded on this thread — see the highlighted reply below.
No commands work, to either enter a terminal TUI session, or using cli commands directly.
❯ npm list -g @anthropic-ai/claude-code
--depth=0
/Users/ramos/.nvm/versions/node/v20.18.3/lib
└── @anthropic-ai/claude-code@0.2.119
I am using Mac M1.
Edit 1: Workaround: npm install -g @anthropic-ai/claude-code@0.2.118 -bcherny
Edit 2: Fixed! npm install -g @anthropic-ai/claude-code to force an update -bcherny
22 Comments
same thing happens on normal PC
I tried some quick investigating at the npm global log level but saw nothing.
Current known fix (May 18): Uninstall and reinstall last known working version
npm uninstall -g @anthropic-ai/claude-codenpm install -g @anthropic-ai/claude-code@0.2.118I get the same behavior on Ubuntu 22.04 LTS running under WSL.
Looking. Please downgrade for now.
Claude Code can not be launched after last update. Issue on Ubuntu22.04, 24.04 and MacBook Air M3.
Update: fix deploying
@bcherny Wow that was fast, props guys 👏
Us night owls appreciate you
is it fixed? still Claude Code can not be launched
Published 0.2.120 -- can folks confirm that fixes it? May need to
npm i -g @anthropic-ai/claude-codeto force an update.works for me after doing a npm update claude update did not work
@websfactory @ArturoTorresMartinez could you confirm 0.2.120 fixes it for you please?
FIXED! You guys are awesome
@bcherny Can confirm it worked sir. I did have to run
npm i -g @anthropic-ai/claude-codeBut thank you so much! What a turnaround 🙌
Amazing! Thanks all, and sorry for the breakage. Going to sleep, then going to think about how we can make sure this doesn't happen again.
Thank YOU. Well deserved rest.
TY once more
oh now it works for me as well! It WORKS!
Thanks, that worked! Good night~
Environment:
Issue Description:
After uninstalling and reinstalling
claude-codeas per the suggestions in issue #1158, invoking theclaudecommand yields no response—no output, no error messages, and no initiation of the Claude process.Steps to Reproduce:
claude-codeusingnpm uninstall -g @anthropic-ai/claude-code.npm install -g @anthropic-ai/claude-code.claude.Expected Behavior:
The
claudecommand should initiate the Claude CLI, providing an interactive prompt or executing the specified command.Actual Behavior:
Executing
clauderesults in no output or activity. There are no error messages, logs, or indications of any process initiation.Additional Context:
While other users have reported successful resolutions following the steps in issue #1158, this issue persists in my environment.
Troubleshooting Steps Taken:
claudeis installed and accessible in the system PATH.claudewith--verboseand--debugflags; still no output.Request for Assistance:
Any guidance or suggestions to further diagnose and resolve this issue would be greatly appreciated.
## Issue persists in v0.2.120 with specific environment
I wanted to report that I'm still experiencing the raw mode issue even after updating to v0.2.120.
### Environment details:
TERM=xterm-256colorRunning any Claude CLI command (even
claude --version) results in the same error about raw mode not being supported, or sometimes it just hangs with no output.Fixed
Removing claude alias did the trick
@CodingButterBot @dylan-conlin @codetalcott my hunch is NPM is still using 0.2.119 in your current terminal tab. Can you try:
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.