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
This isn't quite as simple as you suspect - because you can do nvm use foo where foo is an alias, or nvm use 0.10 which means that if none is installed, nvm doesn't know which patch version you mean without contacting the internet (which nvm use shouldn't do).
However, I can definitely make the output a bit more helpful.
When nvm is instructed to use a version of Node that is not currently installed, it should print a better error message.
Should be:
I'm using nvm v0.23.3 on Mac OS X 10.10.2 Yosemite.
The text was updated successfully, but these errors were encountered: