From 7956377dfe620a331d24380f2ffff31aa21f426f Mon Sep 17 00:00:00 2001 From: Eric Wheeler Date: Sun, 2 Mar 2025 15:57:49 -0800 Subject: [PATCH] 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 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 60161110e..e655b1541 100644 --- a/README.md +++ b/README.md @@ -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