From 7b08c94bdb18404cfeb0fdf1ff0029d47e3f6831 Mon Sep 17 00:00:00 2001 From: Kamran Khalid <167863443+kamran-khalid-v9@users.noreply.github.com> Date: Wed, 4 Feb 2026 11:03:41 +0000 Subject: [PATCH] docs: add Windows setup note for npm not recognized error --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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