mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-08-19 20:13:44 +00:00
accepting suggestion
Co-authored-by: Jordan Harband <ljharb@gmail.com>
This commit is contained in:
parent
d8d653147c
commit
68fe9f1b80
2
nvm.sh
2
nvm.sh
@ -701,7 +701,7 @@ nvm_ensure_version_installed() {
|
||||
fi
|
||||
nvm_err ""
|
||||
if [ "${PROVIDED_VERSION}" = 'lts' ]; then
|
||||
nvm_err "You need to run \`nvm install --lts\` to install and \`nvm use --lts\` to use it."
|
||||
nvm_err "`lts` is not an alias - you may need to run \`nvm install --lts\` to install and \`nvm use --lts\` to use it."
|
||||
elif [ "${IS_VERSION_FROM_NVMRC}" != '1' ]; then
|
||||
nvm_err "You need to run \`nvm install ${PROVIDED_VERSION}\` to install and use it."
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user