My node version is:
node -v
v0.6.1-pre
Then I install a version of the node.
nvm ls
v0.6.19
current: v0.6.19
But when I restart bash then I get this:
nvm ls
v0.6.19
current: v0.6.1-pre
default -> 0.6.19 (-> v0.6.19)
Where can I find this phantom node 0.6.1-pre-version? I tried to update the NVM using BREW. The node version still isn't up to date. Can someone help me with this?