How to Update Claude Code
Update Command
Run the following command in your terminal to update Claude Code to the latest version:
claude updateIf that doesn't work, you can also reinstall with npm:
npm install -g @anthropic-ai/claude-code@latestLatest Version
The current latest version is v2.1.75 with 19 changes.
View the full release notes or browse all 239 releases.
Troubleshooting
- Make sure you have Node.js 18+ installed
- Check your current version with
claude --version - If you encounter permission errors, try running with
sudo - Visit the official documentation for more help