Skip to content

Commit 475b6e2

Browse files
author
Eric Wheeler
committed
docs: add fallback npm install:ci instructions to README
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]>
1 parent 773e556 commit 475b6e2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,12 @@ Make Roo Code work your way with:
119119
```bash
120120
npm run install:all
121121
```
122+
123+
if that fails, try:
124+
```bash
125+
npm run install:ci
126+
```
127+
122128
3. **Build** the extension:
123129
```bash
124130
npm run build

0 commit comments

Comments
 (0)