Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Do a version check on nvm-exec #3308

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

userwiths
Copy link

This check would display a message in case the .nvmrc version is not installed, and would not alter the output otherwise.

nvm_ensure_version_installed returns the message that we care for.
It requires an argument (version) against which to do the check, which we get after calling nvm_rc_version

Fixes: #1769

This check would display a message in case the `.nvmrc` version is not installed, and would not alter the output otherwise.
faeelz70

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

nvm says 'no .nvmrc file found' when the problem is that the version inside of said .nvmrc is not installed.
2 participants