Commit 03192ae
committed
fix(install): show progress during npm install in non-interactive mode
When running via curl | bash, gum is disabled and run_npm_global_install
silently redirects all output to a temp log file. Users see no feedback
during the npm install step which can take 60+ seconds.
Add ui_info before the silent npm command to match the spinner text
shown in the gum branch.
Closes #82305
Signed-off-by: Sebastien Tardif <[email protected]>1 parent d581415 commit 03192ae
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
758 | 758 | | |
759 | 759 | | |
760 | 760 | | |
| 761 | + | |
761 | 762 | | |
762 | 763 | | |
763 | 764 | | |
| |||
0 commit comments