🌐
X
x.com › kostas_fal › status › 1901344503300063361
Konstantinos Faliagkas on X: "npm uninstall anthropic-ai/claude-code I will be uninstalling Claude Code after trying it for a few days: 1. Flexibility issues - you have to review changes step by step in terminal vs. a code editor where you see all changes at once and can approve/reject what you want. 2." / X
npm uninstall anthropic-ai/claude-code I will be uninstalling Claude Code after trying it for a few days: 1. Flexibility issues - you have to review changes step by step in terminal vs. a code editor where you see all changes at once and can ...
🌐
ClaudeLog
claudelog.com › home › faqs › uninstall claude code
How to Uninstall Claude Code | ClaudeLog
November 11, 2025 - ... # Check installation location first where.exe claude # Remove the executable (adjust path as needed) Remove-Item -Path "C:\Users\YourUsername\AppData\Local\Claude\claude.exe" -Force ...
Discussions

Claude Code still charging me despite having Max 20x plan
in Claude type `/login` and it will prompt you how to switch to "Claude app" mode which uses your Max credits. I just signed up 10 seconds ago! xD More on reddit.com
🌐 r/ClaudeAI
39
11
May 3, 2025
[BUG] claude crashed in terminal, and i'm getting the error `zsh: command not found: claude` when i try to reopen by running `claude`
Claude was working well, and then ... interface, im getting zsh: command not found: claude ... I;ve tried to uninstall and re-install the npm package, but im gettiing the following error when i try to uninstall · npm ERR! code EUNSUPPORTEDPROTOCOL npm ERR!... More on github.com
🌐 github.com
46
March 13, 2025
Intermittent Claude CLI Uninstallation on macOS M1
Bug Description every couple of days the claude command dissapears, i need to rm -fr .nvm/versions/node/v18.19.0/lib/node_modules/@Anthropic-AI and install again npm install -g @anthropic-ai/claude-code, macos macbook m1 Environment Info... More on github.com
🌐 github.com
5
June 20, 2025
Remove claude code cli on mac
npm uninstall -g @anthropic-ai/claude-code bun uninstall -g @anthropic-ai/claude-code rm -rf $HOME/.bun/bin/claude rm -rf $HOME/.bun/bin/../install/global/node_modules/@anthropic-ai rm -f $HOME/.npm-global/bin/claude rm -rf $HOME/.local/share/claude rm ~/.claude.json rm -rf ~/.claude/ rm -rf $HOME/.local/share/claude rm ~/.claude.json rm -rf ~/.claude/ # check which claude # → not found ls ~/.claude* # → not exist # to reinstall brew install --cask claude-code https://docs.yemreak.com/claude-code/remove-claude-code-macos More on reddit.com
🌐 r/ClaudeAI
11
3
September 2, 2025
🌐
Anthropic
docs.anthropic.com › en › docs › claude-code › troubleshooting
Troubleshooting - Claude Code Docs
Avoid disabling Windows PATH importing (appendWindowsPath = false) as this breaks the ability to call Windows executables from WSL. Similarly, avoid uninstalling Node.js from Windows if you use it for Windows development. When installing Claude Code with npm, PATH problems may prevent access ...
🌐
npm
docs.npmjs.com › uninstalling-packages-and-dependencies
Uninstalling packages and dependencies | npm Docs
To remove a package from your node_modules directory, on the command line, use the uninstall command. Include the scope if the package is scoped. This uninstalls a package, completely removing everything npm installed on its behalf.
🌐
GitHub
github.com › anthropics › claude-code › issues › 471
[BUG] claude crashed in terminal, and i'm getting the error `zsh: command not found: claude` when i try to reopen by running `claude` · Issue #471 · anthropics/claude-code
March 13, 2025 - Unsupported URL Type "workspace:": workspace:^ npm ERR! A complete log of this run can be found in: /Users/maggiewilliams/.npm/_logs/2025-03-13T20_04_40_485Z-debug-0.log maggiewilliams@Maggies-MacBook-Pro-5 clay-base % npm uninstall ...
Published   Mar 13, 2025
🌐
GitHub
github.com › anthropics › claude-code › issues › 2357
Intermittent Claude CLI Uninstallation on macOS M1 · Issue #2357 · anthropics/claude-code
June 20, 2025 - Bug Description every couple of days the claude command dissapears, i need to rm -fr .nvm/versions/node/v18.19.0/lib/node_modules/@Anthropic-AI and install again npm install -g @anthropic-ai/claude-code, macos macbook m1 Environment Info...
Published   Jun 20, 2025
🌐
Anthropic
docs.anthropic.com › en › docs › claude-code › overview
Claude Code overview - Claude Code Docs
npm install -g @anthropic-ai/claude-code · Start using Claude Code: Copy · Ask AI · cd your-project claude · You’ll be prompted to log in on first use. That’s it! Continue with Quickstart (5 minutes) → · Claude Code automatically keeps itself up to date. See advanced setup for installation options, manual updates, or uninstallation instructions.
Find elsewhere
🌐
GitHub
github.com › anthropics › claude-code › issues › 6920
No uninstall documentation for the native Claud Code build (Windows) · Issue #6920 · anthropics/claude-code
August 31, 2025 - While installing Claud Code is easy (irm https://claude.ai/install.ps1 | iex), there's no documented way to uninstall it when it was installed that way. I tried to return to the npm version (reasons not relevant here) by just deleting ~/.claude ...
Published   Aug 31, 2025
🌐
Ctok
ctok.ai › 首页 › how to uninstall claude code
How to Uninstall Claude Code | Ctok Claude Code Group Subscription - Claude Code, Gemini, Codex
Check if globally installed npm ls -g @anthropic-ai/claude-code · Uninstall locally installed package npm uninstall @anthropic-ai/claude-code · Uninstall globally installed package npm uninstall -g @anthropic-ai/claude-code · Check if empty ...
🌐
YouTube
youtube.com › shorts › R0opqyKTA0k
Uninstall Claude Code RIGHT NOW - YouTube
Work with me: https://samuelgregory.co.uk---Support the content: https://www.patreon.com/0x5am5Twitter: @0x5am5Buy merch: https://flowst8.dev/store🤖 AI Tool...
Published   2 weeks ago
🌐
Vibecodingwithfred
vibecodingwithfred.com › home › blog › claude code installation guide: using irm script, npm setup, and https://claude.ai/install.ps1 script
Claude Code Installation Guide: Using irm Script, npm Setup, and https://claude.ai/install.ps1 Script | Vibe Coding With Fred
1 month ago - # Remove Bun installation bun uninstall -g @anthropic-ai/claude-code rm -f ~/.bun/bin/claude # Remove npm/Node.js installation npm uninstall -g @anthropic-ai/claude-code # Remove any nvm-specific installations # Check each nvm Node version you ...
🌐
GitHub
github.com › anthropics › claude-code › issues › 1158
[BUG] Cannot open or use claude after last update (0.2.119) · Issue #1158 · anthropics/claude-code
May 19, 2025 - 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 └── @anthrop...
Published   May 19, 2025
🌐
GitHub
github.com › anthropics › claude-code › issues › 5364
[BUG] Can't run, uninstall or run claude · Issue #5364 · anthropics/claude-code
August 8, 2025 - Complete: cat /Users/ekowibowo/.npm/_logs/2025-08-08T02_34_15_657Z-debug-0.log 0 verbose cli /opt/homebrew/Cellar/node/23.9.0/bin/node /opt/homebrew/bin/npm 1 info using [email protected] 2 info using [email protected] 3 silly config load:file:/opt/homebrew/lib/node_modules/npm/npmrc 4 silly config load:file:/Users/ekowibowo/.npmrc 5 silly config load:file:/opt/homebrew/etc/npmrc 6 verbose title npm install @anthropic-ai/claude-code 7 verbose argv "install" "--global" "@anthropic-ai/claude-code" 8 verbose logfile logs-max:10 dir:/Users/ekowibowo/.npm/_logs/2025-08-08T02_34_15_657Z- 9 verbose logfile /User
Published   Aug 08, 2025