Seen other questions, but I think they are not my case.
I think the problem is over here, but I don't know how to solve it:
I do have latest Node version installed (I followed the official github page instructions)
> nvm install v7.3.0 v7.3.0 is already installed. Now using node v7.3.0 I check node and npm versions installed
> which node ~/.nvm/versions/node/v7.3.0/bin/node > which npm ~/.nvm/versions/node/v7.3.0/bin/npm I check the PATH is right and it actually is
> echo $PATH ~/.nvm/versions/node/v7.3.0/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin But it still fails and when I browse through nvm folders... I find this, which I don't know how to change or solve:
> ls -a .nvm/versions/node . .. .DS_Store v6.4.0 // WTF??? And I promise I didn't do anything, I mean... this is a clean install, .nvm folder didn't exist before installing nvm.