I\'ve literally searched everything on web. But I could not find the solution for the error node-0.8.8 already installed, it\'s just not linked. Is it related t
node-0.8.8 already installed, it\'s just not linked
To link the node, run following command:
brew link homebrew/versions/node
And to check whether it is properly installed or not, run:
node -v
If node will get properly linked, it will not through any error, and will print node version. You can read nice explanation about it from here.