I am new to nave, and maybe I don't understand something, but should nave actually change the node version?
Example:
The node version I got installed on my computer is 7.2.0
.
When I do "nave ls
", I get the following installed versions:
5.12.0 6.9.2 7.3.0
Then, I do "nave use 5.12.0" and then "node --version
". It still says 7.2.0
.
Does it look like I'm doing something wrong?