We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07fdf8b commit d024482Copy full SHA for d024482
nvm.sh
@@ -529,7 +529,7 @@ nvm_ensure_version_installed() {
529
nvm_err "N/A: version \"${PREFIXED_VERSION:-$PROVIDED_VERSION}\" is not yet installed."
530
fi
531
nvm_err ""
532
- if [ "${IS_VERSION_FROM_NVMRC}" != "1" ]; then
+ if [ "${IS_VERSION_FROM_NVMRC}" != '1' ]; then
533
nvm_err "You need to run \`nvm install ${PROVIDED_VERSION}\` to install and use it."
534
else
535
nvm_err 'You need to run `nvm install` to install and use the node version specified in `.nvmrc`.'
0 commit comments