Prerequisites and Install
This is a member-only chapter. Log in with your Signal Over Noise membership email to continue.
Log in to readModule 2 · Section 2 of 4
Prerequisites and Install
You need Node.js version 18 or higher. Check what you have with node --version. If it’s below 18 or missing, install it from nodejs.org — the LTS version is fine.
Then install Claude Code:
npm install -g @anthropic-ai/claude-code
On first launch, run claude from any directory. It will prompt you to authenticate with your Anthropic account. Follow the steps — it opens a browser, you sign in, you come back to the terminal. Done.
Now navigate to your vault:
cd ~/Vault
claude
You’re in. The AI has access to everything in that folder.