From bb27dde11690f9db6ea0767e257761c89b04eaeb Mon Sep 17 00:00:00 2001 From: Jeffrey Jordan <49906895+jeffjordan97@users.noreply.github.com> Date: Mon, 16 Mar 2026 20:40:56 +0000 Subject: [PATCH] docs: add npm install step before running install.sh (#526) The install script requires the ajv package (a devDependency) for config validation. Without running npm install first, users get "Cannot find module 'ajv'" when running ./install.sh. Co-authored-by: Jeffrey Jordan --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b0f3aabc..8cde4f4a 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,9 @@ Get up and running in under 2 minutes: git clone https://github.com/affaan-m/everything-claude-code.git cd everything-claude-code +# Install dependencies (pick your package manager) +npm install # or: pnpm install | yarn install | bun install + # macOS/Linux ./install.sh typescript # or python or golang or swift or php # ./install.sh typescript python golang swift php