0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

windowsにclaude codeをインストールする勘所

Posted at

初めに

chatgptによるバイブコーディングに限界が見えてきたのでclaude codeによるエージェント処理を試す事にしました。

事前情報

1:2025年9月現在、windowsへのclaude codeインストールにWSLは不要、必要なのは最新版のnode.js
2:最新版claude codeはパフォーマンスに問題あり、バージョン1.0.55指定を推奨との事

実際にやった事

1:windows用nodeの最新版をダウンロードしてインストール。

ダウンロードページの一番下にmsiファイルのダウンロードがあるのでそこから取得、インストール。

2:公式ページでアカウント取得、ここで課金も行う(筆者はproを選択)

claude code公式サイトにアクセス、アカウント発行、Proプランで課金

3:windows power shell でclaude codeをバージョン指定インストール・バージョン固定

PS C:\WINDOWS\system32> npm install @anthropic-ai/claude-code@1.0.55 -g
PS C:\WINDOWS\system32> claude config set autoUpdates false --global
PS C:\WINDOWS\system32> claude --version // ここで1.0.55と出る

4:windows power shell でclaude codeを立ち上げる

PS C:\WINDOWS\system32> claude

ここでブラウザが立ち上がりログインを求められる。
求められなかったらこの後開くclaude codeのコンソールに /login と打ち込めばブラウザが立ち上がるのでそこでログイン

5:その他下ごしらえ

のこのこ氏のClaude Codeを実際のプロジェクトにうまく適用させていくTips10選
特に設定ファイル集は便利そう

IDE別のClaude code連携方法を確認する

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?