npm, nvm, node versions

78 Views Asked by At

I've got myself into a muddle trying to install a version of node under 6.0.0 in order to use the Domo Dev Studio.

I seem to have a version of node installed which isn't visible on nvm...

Bryonys-MBP:domo bryonymiles$ nvm ls
       v5.12.0
    v6.10.2
->       system
default -> v4.8.4 (-> N/A)
node -> stable (-> v6.10.2) (default)
stable -> 6.10 (-> v6.10.2) (default)
iojs -> N/A (default)

Bryonys-MBP:domo bryonymiles$ node -v
v6.10.2

Any ideas?

1

There are 1 best solutions below

0
LJHarb On

(nvm maintainer here)

This can happen if you have a system node installed by brew, or, if your profile files are altering your PATH after nvm.sh is sourced.

Please file an issue on http://nvm.sh if this doesn't address your problem.