Hello guys, is there a bug to safely and permanently remove claude code and its cli from mac nowadays?
I use the global npm command, but it doesn't working... the extension is also removed and I delete the personal claude settings from the user directory
Have anybod the same problem?
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/
The new Max plans should count towards Claude Code usage now, but I still get charged and don't see an option to change that.
Does anyone have the same problem?
Rolling back to version 2.0.72 resolves the issue:
npm uninstall -g @ anthropic-ai/claude-code npm install -g @ anthropic-ai/[email protected] remove space after @ as reddit converting it to username so i have to put spaces
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.
I'll have to keep testing, but the problem is being resolved. I wasted two days fixing, roll back, and retrying, but it was solved after downgrading.
Please keep auto-update set to 'false'.
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