1
0
Эх сурвалжийг харах

fix(install): preserve pnpm version errors

Turtle 1 сар өмнө
parent
commit
83ae7046f2

+ 1 - 1
scripts/install.sh

@@ -186,7 +186,7 @@ fi
 
 
 # pnpm is the only dependency we offer to install for you.
 # pnpm is the only dependency we offer to install for you.
 if command -v pnpm >/dev/null 2>&1; then
 if command -v pnpm >/dev/null 2>&1; then
-  info "pnpm $(pnpm --version 2>/dev/null) ... ok"
+  info "pnpm $(pnpm --version) ... ok"
 else
 else
   warn "pnpm is not installed."
   warn "pnpm is not installed."
   if confirm "Install pnpm now?" Y; then
   if confirm "Install pnpm now?" Y; then