mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-03-30 13:43:26 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user