File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ INSTALLED_NODE_PATCH=$(echo "$INSTALLED_NODE_VERSION" | cut -d. -f3)
14
14
if [[ " $INSTALLED_NODE_MAJOR " -lt " $REQUIRED_NODE_MAJOR " ||
15
15
(" $INSTALLED_NODE_MAJOR " -eq " $REQUIRED_NODE_MAJOR " && " $INSTALLED_NODE_MINOR " -lt " $REQUIRED_NODE_MINOR " ) ||
16
16
(" $INSTALLED_NODE_MAJOR " -eq " $REQUIRED_NODE_MAJOR " && " $INSTALLED_NODE_MINOR " -eq " $REQUIRED_NODE_MINOR " && " $INSTALLED_NODE_PATCH " -lt " $REQUIRED_NODE_PATCH " ) ]]; then
17
- $SHELL -c " sh ./setup.sh; source ~/.zshrc"
17
+ exec $SHELL -c " sh ./setup.sh; source ~/.zshrc; source ~/.zshrc; echo Pnpm version installed:; pnpm -v; echo Node version installed:; node -v "
18
18
fi
19
19
20
20
echo " Node.js version $REQUIRED_NODE_VERSION or greater is installed!"
Original file line number Diff line number Diff line change @@ -508,10 +508,7 @@ install)
508
508
gum_func format -- << -EoMD
509
509
# you’re all set!
510
510
511
- try it out:
512
-
513
- node --version # check if node is installed
514
- pnpm --version # check if pnpm is installed
511
+ Please reopen your shell for changes to take effect.
515
512
EoMD
516
513
fi
517
514
elif test -n " $TEA_IS_CURRENT " ; then
You can’t perform that action at this time.
0 commit comments