1. apt update
2. apt upgrade
3. apt install -y curl
4. curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
5. apt install -y nodejs
node --version # v18 이상인지 확인
npm --version
6. 추가 도구 설치 (권장)
sudo apt install -y git ripgrep
— 검색 기능 강화 등에 도움이 됩니다. Claude Docs+1
7. npm install -g @anthropic-ai/claude-code
설치 완료