Windows 10 version 1909, build 18363.836
1.1.7
First of all, thank you, everyone, for maintaining NVM4W.
I believe that most of NVM4W users use it for backward compatibility support, therefore they don't really care that they're using node v4.9.1 or v4.9.0, they just want to test what they're working on on node v4.
Therefore what I am suggesting is that nvm use 4
should try to find the latest minor, then find the latest patch for that version, which are installed.
nvm use 4
finds 4.9, then between 4.9.0 and 4.9.1, it should use the latest.
The reason is that I've found myself almost always doing nvm use 4
, getting nvm 4.0.0 is not installed, then I need to list the versions and find what minor, and patch version of node 4 I have.
I don't think people should have to remember all the major.minor.patch
versions they have installed, instead nvm should help them by doing a best effort guessing what they meant.
Or maybe nvm use 4.x
for backward compatibility.
Most helpful comment
Or maybe
nvm use 4.x
for backward compatibility.