My version of node is always v0.6.1-pre even after I install brew node and NVM install v0.6.19.
My node version is:
I had installed Node.js from source downloaded from the git repository. I installed with:
./configure $ make $ sudo make install
Because the make file supports it, I can do:
$ sudo make uninstall