diff --git a/resources/shellHelperFunctions.sh b/resources/shellHelperFunctions.sh index 905cf7ed239..542cd600dbf 100755 --- a/resources/shellHelperFunctions.sh +++ b/resources/shellHelperFunctions.sh @@ -290,7 +290,7 @@ _select_node_version_with_nvm() { CURRENT_NODE_VERSION="$(node --version)" if [[ "$CURRENT_NODE_VERSION" != "v$REQUIRED_NODE_VERSION" ]]; then nvm install "$REQUIRED_NODE_VERSION" - nvm use "$REQUIRED_NODE_VERSION" + start /wait nvm use "$REQUIRED_NODE_VERSION" fi fi