Possible feature request if not already implemented.
If I want to use the latest node 6 version (6.16.0 at the moment), is it possible to install it using nvm install 6.x ? I couldn't find it in the documentation and tried doing:
nvm install 6.16.0
nvm use 6.x
which throws a
N/A: version "6.x -> N/A" is not yet installed.
You need to run "nvm install 6.x" to install it before using it.
You’d just use “6”.
Most helpful comment
You’d just use “6”.