Skip to content

Commit

Permalink
Merge pull request #4642 from QuantiModo/feature/nvm-install
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepsinn authored Aug 28, 2021
2 parents bde43bf + b9eb492 commit b025e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/nvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || pr
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
set +x
echo "nvm install version $1..."
nvm install $1 --reinstall-packages-from=node
nvm install $1
echo "nvm use $1..."
nvm use $1
set -x
Expand Down

0 comments on commit b025e43

Please sign in to comment.