Skip to content

Commit

Permalink
docs: add fallback npm install:ci instructions to README
Browse files Browse the repository at this point in the history
Add instructions to use 'npm run install:ci' as a fallback option if 'npm run install:all' fails. This addresses the dependency issue where npm-run-all needs to be installed before running the install:all script, providing clearer guidance for developers setting up the project locally.

Signed-off-by: Eric Wheeler <[email protected]>
  • Loading branch information
Eric Wheeler committed Mar 3, 2025
1 parent 773e556 commit 7956377
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,13 @@ Make Roo Code work your way with:
```bash
npm run install:all
```

if that fails, try:
```bash
npm run install:ci
```


3. **Build** the extension:
```bash
npm run build
Expand Down

0 comments on commit 7956377

Please sign in to comment.