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 <jeffreyjordan@dizplai.com>
This commit is contained in:
Jeffrey Jordan
2026-03-16 20:40:56 +00:00
committed by GitHub
parent 3b2e1745e9
commit bb27dde116

View File

@@ -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