From 68fe9f1b800201f79d84913a2f3bbf55187f0b75 Mon Sep 17 00:00:00 2001 From: Reetik Rajan <44093575+r4reetik@users.noreply.github.com> Date: Sat, 5 Oct 2024 12:09:32 +0530 Subject: [PATCH] accepting suggestion Co-authored-by: Jordan Harband --- nvm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvm.sh b/nvm.sh index c28c5b5afa9..5f785f8fa12 100755 --- a/nvm.sh +++ b/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