클로드 코드 설치 했는데
command not found : claude
이렇게 나오면
기존에 설치 된 node.js 삭제하고 다시 설치한 뒤(삭제방법은 클로드에 검색 ㄱㄱ)
npm install -g @anthropic-ai/claude-code
claude code 다시 설치하면
npm install -g @anthropic-ai/claude-code
added 12 packages in 7s
11 packages are looking for funding
run `npm fund` for details
npm notice
npm notice New minor version of npm available! 11.4.2 -> 11.5.2
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.5.2
npm notice To update run: npm install -g npm@11.5.2
npm notice
이렇게 나오면서 설치가됩니다. 설치 후
cd project
claude
원하는 프로젝트 터미널로 이동 후 claude 입력하면
claude code가 실행됩니다.
Share article