Nvm: Using latest node subversion of any version

Created on 7 Jan 2019  ·  1Comment  ·  Source: nvm-sh/nvm

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.
installing node

Most helpful comment

You’d just use “6”.

>All comments

You’d just use “6”.

Was this page helpful?
0 / 5 - 0 ratings