diff --git a/README.md b/README.md index 8b4bda33..a52a9bb7 100644 --- a/README.md +++ b/README.md @@ -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