774 B
774 B
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:
node --version npm --version
Claude Code
-
npm install -g @anthropic-ai/claude-code - If you get a permission error, run your terminal as Administrator (right-click > Run as administrator)
Verify
-
claude --version
Now head back to README.md for authentication setup.