GitHub
github.com › ruvnet › claude-flow › issues › 202
Anthropic fixed their auto-update system for Claude Code · Issue #202 · ruvnet/claude-flow
July 10, 2025 - As you may remember, I've submitted my findings into their broken auto-update mechanism to Anthropic 2 days ago: anthropics/claude-code#3168 I'm happy to report that as of 1 hour ago, Anthropic fixed their broken auto-update Claude Code system.
Published Jul 10, 2025
GitHub
github.com › anthropics › claude-code › issues › 5226
[BUG] Auto-update failed error persists after manual update · Issue #5226 · anthropics/claude-code
August 6, 2025 - Description The CLI continuously displays "✗ Auto-update failed · Try claude doctor or npm i -g @anthropic-ai/claude-code" at the bottom of the terminal, even after successfully updating to the latest version. Steps to Reproduce Install/...
Published Aug 06, 2025
Videos
12:31
Claude Code's NEW Native Browser Use Just Changed EVERYTHING - YouTube
07:57
Anthropic Just Connected Claude Code to Your Browser - YouTube
13:12
Anthropic Just Added These Features to Claude Code - YouTube
19:14
How I Started Building with Claude Code in Just 14 Days (As a ...
18:44
I was using Claude Code wrong... The Ultimate Workflow - YouTube
10:35
Wait.. Claude Code is MADE Slow on Purpose? Heres How to Fix It ...
GitHub
github.com › anthropics › claude-code › issues › 1550
[BUG] Auto-update Fails for claude-code · Issue #1550 · anthropics/claude-code
June 4, 2025 - Bug Description I can't update claude-code without npm uninstall -g and reinstall. Every time it says "Restart to update", nothing changes, it's always the previous version. Envir...
Published Jun 04, 2025
GitHub
github.com › anthropics › claude-code › issues › 996
[BUG] ✗ Auto-update failed · Try claude doctor or npm i -g @anthropic-ai/claude-code · Issue #996 · anthropics/claude-code
May 7, 2025 - Auto update does not work. Specified instructions for update do not work. Only solution has been to completely delete the claude code directory. ... % npm i -g @anthropic-ai/claude-code npm ERR! code ENOTEMPTY npm ERR! syscall rename npm ERR! ...
Published May 07, 2025
GitHub
github.com › anthropics › claude-code › issues › 14452
[Bug] Auto-update fails in v2.0.72: new version stuck in temp folder, breaks claude command · Issue #14452 · anthropics/claude-code
5 days ago - Upon release of 2.0.72 the update always fails. Further investigation reveals that the new version is stuck in a "temp" folder inside the global node_modules/@anthropic-ai/claude-code folder, thus "deleting" the claude command:
Published Dec 18, 2025
GitHub
github.com › anthropics › claude-code › issues › 2419
[BUG] Auto-update fails for claude-code on Ubuntu 25.04 · Issue #2419 · anthropics/claude-code
June 21, 2025 - This installation method does not depend on global npm permissions. If auto-updates aren't working, you can force update with: cd ~/.claude/local && npm update @anthropic-ai/claude-code Press Enter to continue…
Published Jun 21, 2025
GitHub
github.com › anthropics › claude-code › issues › 4261
Bug: Auto-update failed to upgrade from v1.0.58 to v1.0.59 · Issue #4261 · anthropics/claude-code
July 24, 2025 - The auto-update mechanism is failing. I am currently running v1.0.58, and the official changelog shows that a newer version, v1.0.59, is available. Upon starting the claude CLI, it correctly detects a new version is available but then fails to perform the update, displaying the message: ✗ Auto-update failed.
Published Jul 24, 2025
GitHub
github.com › anthropics › claude-code › issues › 299
Claude Code cant run because it cant auto-update · Issue #299 · anthropics/claude-code
September 5, 2024 - │ │ │ │ Claude Code can't update itself because it doesn't have sufficient permissions. │ │ │ │ Please visit our troubleshooting guide (https://docs.anthropic.com/en/docs/agents-and-tools/claude-code/overview#auto-updater...
Published Mar 03, 2025
GitHub
github.com › anthropics › claude-code › issues › 2839
Update Failure: Auto-update Mechanism Broken in Version 1.0.39 · Issue #2839 · anthropics/claude-code
January 18, 2025 - Bug Description I'm using version 1.0.39, but I keep getting a message saying the update failed. Auto-update failed · Try claude doctor or npm i -g @anthropic-ai/claude-code Environment Info Platform: darwin Terminal: iTerm.app Version: ...
Published Jul 02, 2025
GitHub
github.com › anthropics › claude-code › issues › 2259
[BUG] Auto-Update stuck in Doom Loop · Issue #2259 · anthropics/claude-code
April 30, 2025 - ✗ Auto-update failed · Try claude doctor or npm i -g @anthropic-ai/claude-code Trying To work around this cost me a complete day and a destroyed git. I fought my way back to a functioning project only to find this message reappearing. I'...
Published Jun 18, 2025
GitHub
github.com › anthropics › claude-code › issues › 1025
Automatic Update Mechanism Failure · Issue #1025 · anthropics/claude-code
May 9, 2025 - Bug Description cannot auto update anymore Environment Info Platform: macos Terminal: vscode Version: 0.2.104 Feedback ID: 5c60d804-6f76-498e-a8a3-34187cdde2ce Errors [{"error":"Erro...
Published May 09, 2025
GitHub
github.com › anthropics › claude-code › issues › 9327
[BUG] Self-Update Uninstalls Claude Code / Ignores Disabled Updates · Issue #9327 · anthropics/claude-code
October 10, 2025 - ... Most likely the way / place / permissions involved in the safe installation of claude code is part of the reason it's failing to update. To replicate how I install it use the following command: npm install -g --prefix=~/.local ...
Published Oct 10, 2025
GitHub
github.com › anthropics › claude-code › issues › 8837
[BUG] Recurring auto-update failures with ENOTEMPTY error · Issue #8837 · anthropics/claude-code
August 13, 2025 - Manual removal and reinstall required: rm -rf <node_modules>/@anthropic-ai/claude-code npm i -g @anthropic-ai/claude-code ... npm cannot update global packages while they're running.
Published Oct 03, 2025
GitHub
github.com › anthropics › claude-code › issues › 7373
[Bug] Auto-update fails with npm ENOTEMPTY rename error · Issue #7373 · anthropics/claude-code
September 10, 2025 - Bug Description I keep getting auto-update errors. When I quit and attempt to do the update myself, it fails because of some kind of corruption of the global npm package install. I then have to manually delete the entire package and do a...
Published Sep 10, 2025
GitHub
github.com › anthropics › claude-code › issues › 13213
[BUG] autoUpdaterStatus: "disabled" setting is ignored - CLI auto-updates anyway · Issue #13213 · anthropics/claude-code
2 weeks ago - The autoUpdaterStatus: "disabled" setting in ~/.claude/settings.json is being ignored. Claude Code continues to auto-update to newer versions despite this setting being configured. Create/edit ~/.claude/settings.json with: {"autoUpdaterStatus": "disabled"} Install a specific version: npm install -g @anthropic-ai/[email protected] ·
Published Dec 06, 2025
Reddit
reddit.com › r/claudeai › claude code auto update failed
r/ClaudeAI on Reddit: Claude Code Auto Update Failed
August 28, 2025 -
Anybody got the error where Claude Code says it failed to auto-update? This happened after every morning I woke up. Though I still see the new information when enter "/release-notes", however, the new releases/features are not there in CC.
My work around was to create a script to uninstall and reinstall it again after every the error happens. Although it was only once a day, but it's a pain and using "/doctor" or installing it locally as CC suggests still doesn't solve the issue.
GitHub
github.com › anthropics › claude-code › issues › 9945
My Claude Code is not auto updating. I don't have any... · Issue #9945 · anthropics/claude-code
October 20, 2025 - Diagnostics └ Currently running: npm-local (2.0.22) └ Path: /usr/local/bin/node └ Invoked: /Users/[myname]/.claude/local/node_modules/.bin/claude └ Config install method: local └ Auto-updates enabled: false └ Search: OK (vendor)
Published Oct 20, 2025
GitHub
github.com › anthropics › claude-code › issues › 7809
Unintended Auto-Update Triggering Despite Configuration Checks · Issue #7809 · anthropics/claude-code
June 17, 2025 - Bug Description Auto update too aggressive and happens despite all safeguards Environment Info Platform: win32 Terminal: null Version: 1.0.88 Feedback ID: Errors [{"error":"RangeError [ERR_CHILD_PROCESS_STDIO_MAXBUFFER]: stdout maxBuffer...
Published Sep 18, 2025