Windows Setup
Node.js
- Go to nodejs.org
- Click the "Download Node.js (LTS)" button -- this downloads the
.msiinstaller - Run the
.msifile and click Next through the wizard - Accept the defaults, click Install, wait for it to finish
Verify Node.js
Open a new terminal (PowerShell or Windows Terminal) and run:
powershell
node --version
npm --versionInstall Claude Code
powershell
npm install -g @anthropic-ai/claude-codePermission Error?
If you get a permission error, run your terminal as Administrator (right-click > Run as administrator).
Verify
powershell
claude --versionNext Step
Head back to Day 0 for authentication setup.