[DOCS] Incorrect npm package in code block
Resolved 💬 4 comments Opened Apr 25, 2026 by carljdp Closed May 31, 2026
Documentation Type
Incorrect/outdated documentation
Documentation Location
https://claude.ai/code/disabled
Section/Topic
On the card titled "Terminal (Original)"
Current Documentation
npm install -g @anthropic/claude-cli
What's Wrong or Missing?
Running the command as given:
ERR_PNPM_FETCH_404 GET https://registry.npmjs.org/@anthropic%2Fclaude-cli: Not Found - 404
...
@anthropic/claude-cli is not in the npm registry ...
Because npm org/user @anthropic does not exist, but @anthropic-ai does! Maybe the former is older or deprecated?
Suggested Improvement
npm install -g @anthropic-ai/claude-cli
_Note the corrected npm org/user_
Impact
High - Prevents users from using a feature
Additional Context
<img width="1210" height="701" alt="Image" src="https://github.com/user-attachments/assets/8996dd6b-6bd5-4a72-a741-777cbc2e0904" />
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗