From 6d6b35f6c7b6752f2577b16d46a8da62762dabdb Mon Sep 17 00:00:00 2001 From: Leo Conforti Date: Thu, 30 Nov 2023 01:12:44 -0600 Subject: [PATCH] Update install.sh --- src/node/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/node/install.sh b/src/node/install.sh index 2ced44d..12e86ee 100755 --- a/src/node/install.sh +++ b/src/node/install.sh @@ -233,6 +233,7 @@ else [ ! -z "$no_proxy" ] && npm set noproxy="$no_proxy" npm install -g pnpm pnpm setup + pnpm config set store-dir $PNPM_HOME/store else echo "Skip installing pnpm because npm is missing" fi