From afa47e08ec4dd074faef390360c4af08071014cf Mon Sep 17 00:00:00 2001 From: Eberhard Beilharz Date: Fri, 6 Dec 2024 09:09:24 +0100 Subject: [PATCH] Update resources/shellHelperFunctions.sh Co-authored-by: Marc Durdin --- resources/shellHelperFunctions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/shellHelperFunctions.sh b/resources/shellHelperFunctions.sh index 542cd600db..bcd3da0d85 100755 --- a/resources/shellHelperFunctions.sh +++ b/resources/shellHelperFunctions.sh @@ -289,8 +289,8 @@ _select_node_version_with_nvm() { else CURRENT_NODE_VERSION="$(node --version)" if [[ "$CURRENT_NODE_VERSION" != "v$REQUIRED_NODE_VERSION" ]]; then - nvm install "$REQUIRED_NODE_VERSION" - start /wait nvm use "$REQUIRED_NODE_VERSION" + start //wait //b nvm install "$REQUIRED_NODE_VERSION" + start //wait //b nvm use "$REQUIRED_NODE_VERSION" fi fi