You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The installation script has a typo on line 461 of the latest version (0.40.1)
if ${BASH_OR_ZSH} && [ -z "${NVM_PROFILE-}" ] ; then
nvm_echo "=> Please also append the following lines to the if you are using bash/zsh shell:"
command printf "${COMPLETION_STR}"
fi
There is a word missing between "... append the following lines to the" and "if you are using ...."
The text was updated successfully, but these errors were encountered:
The installation script has a typo on line 461 of the latest version (0.40.1)
There is a word missing between "... append the following lines to the" and "if you are using ...."
The text was updated successfully, but these errors were encountered: