🌐
ClaudeLog
claudelog.com › home › faqs › uninstall claude code
How to Uninstall Claude Code | ClaudeLog
... # 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 ...
🌐
Reddit
reddit.com › r/claudeai › to remove claude code cli completely for macos
r/ClaudeAI on Reddit: To remove Claude Code CLI completely for macOS
November 2, 2025 -
npm uninstall -g u/anthropic-ai/claude-code
bun uninstall -g u/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/
🌐
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
Search entire system for residual directories (optional, slower) sudo find / -name "claude-code" 2>/dev/null
🌐
Reddit
reddit.com › r/claudeai › claude code + cursor - what am i doing wrong that it's not working?
r/ClaudeAI on Reddit: Claude Code + Cursor - what am I doing wrong that it's not working?
June 4, 2025 -

I am trying to use Claude Code inside cursor. I did the initial command to install

npm install -g u/anthropic-ai/claude-code

then I go to a new terminal and typed claude. I keep getting the below error. What am I doing wrong?

Line |

24 | & "-S$exe" node --no-warnings=ExperimentalWarning --enable-source …

| ~~~~~~~~

| The term '-S.exe' is not recognized as a name of a cmdlet, function, script file, or executable program. Check

| the spelling of the name, or if a path was included, verify that the path is correct and try again.

🌐
Reddit
reddit.com › r/claudecode › [solved] claude code multi-agent not working on macos? here's (my) the fix!
r/ClaudeCode on Reddit: [SOLVED] Claude Code multi-agent not working on macOS? Here's (my) the fix!
August 5, 2025 - # Remove Homebrew node/npm (and any claude packages) brew uninstall --ignore-dependencies node brew list | grep -i claude # Remove any claude packages found # Clean up homebrew node modules rm -rf /opt/homebrew/lib/node_modules
Find elsewhere
🌐
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
🌐
Reddit
reddit.com › r/claudeai › a hook for finally getting claude code to stop assuming npm usage.
r/ClaudeAI on Reddit: A hook for finally getting claude code to stop assuming npm usage.
May 30, 2025 - So NPM maps onto Bun or Pip onto UV. It rejects the tool use and informs Claude to use the alternative. I can't see any further adjustments to be made here, but if you've got ideas, I'm open to them. Share ... Subreddit dedicated to the indie real-time tactical game [Door Kickers](http://inthekillhouse.com/). ... This is a Claude by Anthropic discussion subreddit to help you make a fully informed decision about how to use Claude and Claude Code to best effect for your own purposes.
🌐
Claude
code.claude.com › docs › en › setup
Set up Claude Code - Claude Code Docs
Applying updates: Updates take ... or settings.json file: ... If you need to uninstall Claude Code, follow the instructions for your installation method....
🌐
GitHub
github.com › ruvnet › claude-flow › issues › 670
[Feature Request] Add proper uninstallation/removal command for Claude-Flow · Issue #670 · ruvnet/claude-flow
August 18, 2025 - Currently, there is no official way to properly remove Claude-Flow from a repository after installation. Running npm uninstall -g claude-flow only removes the global package but leaves behind numerous artifacts and directories that continue ...
Published   Aug 18, 2025
🌐
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 - After uninstalling via brew, you can switch to the native binary installation for better auto-update support. ... # Remove Claude Code config directories rm -rf ~/.claude-code rm -rf ~/.config/claude-code rm -rf ~/.cache/claude-code ... If you prefer using npm (Node Package Manager), you can install Claude Code globally.
🌐
Reddit
reddit.com › r/claudeai › don't forget to update your claude cli! it makes a huge difference
r/ClaudeAI on Reddit: Don't forget to update your Claude CLI! It makes a huge difference
June 11, 2025 -

Hey everyone, just wanted to share a quick tip that saved me a lot of headaches. I was getting super frustrated with my Claude CLI vesion 1.0.0 constantly throwing "Invalid tool argument" errors and getting stuck in loops. Turns out I was running an outdated version.

After updating to the latest version (1.0.18), it's like night and day - feels way smarter and more responsive.

The Anthropic team seems to be pushing fixes and improvements constantly.

So friendly reminder: take a minute to update your CLI.

npm install -g /claude-code@latest

You can check your current version with:

claude --version

Current version is 1.0.18

🌐
GitHub
github.com › burakdede › claude-code-uninstaller
GitHub - burakdede/claude-code-uninstaller: Complete Claude Code uninstaller for npm and native binary installations.
The native binary installation lacks proper uninstall functionality, and having both npm and native binary versions installed can cause conflicts and break your local setup. Common issues include: Mixed installations pointing to different binaries ... This script provides a clean slate by removing all Claude Code installations and configurations, regardless of how they were installed.
Starred by 31 users
Forked by 7 users
Languages   Shell