mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
Update resources/shellHelperFunctions.sh
Co-authored-by: Marc Durdin <marc@durdin.net>
This commit is contained in:
parent
fbc3790043
commit
afa47e08ec
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue