From 83ae7046f2fc9e8ea953f392feffeb5fefa0391e Mon Sep 17 00:00:00 2001 From: Turtle Date: Thu, 30 Jul 2026 17:54:48 +0800 Subject: [PATCH] fix(install): preserve pnpm version errors --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 41d5c749c1..e4e8c175da 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -186,7 +186,7 @@ fi # pnpm is the only dependency we offer to install for you. if command -v pnpm >/dev/null 2>&1; then - info "pnpm $(pnpm --version 2>/dev/null) ... ok" + info "pnpm $(pnpm --version) ... ok" else warn "pnpm is not installed." if confirm "Install pnpm now?" Y; then