Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDocument that "nvm install" also automatically does "nvm use" #2057
Comments
|
i mean, at this point the target audience would be nvm users from 5+ years ago - fine to document it, but i doubt it’d have much value considering that command combo would output two “using version” logs? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be good if the docs and
--helpoutput could mention thatnvm installinstalls and uses the given Node version. I've probably wasted hours typingnvm install __ && nvm use __, - just discovered the second part has been unnecessary since this was fixed in 2014 :)