mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02: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:
parent
3b2e1745e9
commit
bb27dde116
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue