I use NVM on my Mac (10.11.6) to manage different nodeJS version. But today, when I run
nvm use 4.8
Now using node v4.8.4 (npm v2.15.11)
node -v
-bash: nodejs: command not found
I just reinstall NVM like that : http://dev.topheman.com/install-nvm-with-homebrew-to-use-multiple-versions-of-node-and-iojs-easily/ but same error: nodejs: command not found. I tried in root, with a reboot but always the same error.
Does anyone had the same problem ?
Thanks.