docs: add Windows setup note for npm not recognized error

This commit is contained in:
Kamran Khalid
2026-02-04 11:03:41 +00:00
committed by Alex Newman
parent 92f7c7dfd9
commit 7b08c94bdb
+11
View File
@@ -238,6 +238,17 @@ See **[Beta Features Documentation](https://docs.claude-mem.ai/beta-features)**
- **uv**: Python package manager for vector search (auto-installed if missing)
- **SQLite 3**: For persistent storage (bundled)
---
### Windows Setup Notes
If you see an error like:
```powershell
npm : The term 'npm' is not recognized as the name of a cmdlet
```
Make sure Node.js and npm are installed and added to your PATH. Download the latest Node.js installer from https://nodejs.org and restart your terminal after installation.
---
## Configuration