fix(install): show npm install progress without gum

Show the same Installing OpenClaw package progress line in the no-gum npm install fallback before redirecting npm output to the temp log.

Fixes #82305

Co-authored-by: Sebastien Tardif <sebtardif@ncf.ca>
This commit is contained in:
Sebastien Tardif
2026-05-30 10:35:32 -07:00
committed by GitHub
parent a4f62400a7
commit 1c9851e115

View File

@@ -880,6 +880,7 @@ run_npm_global_install() {
return $?
fi
ui_info "Installing OpenClaw package"
"${cmd[@]}" >"$log" 2>&1
}