zlacker

[parent] [thread] 2 comments
1. kristi+(OP)[view] [source] 2025-12-02 20:29:33
I'm confused. I installed claude code with:

    npm install -g @anthropic-ai/claude-code
I thought claude code just used Nodejs? I didn't realise the recommended install used a different runtime.
replies(1): >>simonw+A
2. simonw+A[view] [source] 2025-12-02 20:32:08
>>kristi+(OP)
They switched to recommending this as the installation method back in July:

  curl -fsSL https://claude.ai/install.sh | bash
That install script gives you a single binary which is created using Bun.
replies(1): >>kristi+06
◧◩
3. kristi+06[view] [source] [discussion] 2025-12-02 20:56:53
>>simonw+A
Maybe that's why I didn't have some bugs people were reporting on HN, or because I was using linux.
[go to top]