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 to a path file issue?
node-0.8.8 already installed, it's just not linked
Execute this list of commands in this particular order:
sudo brew uninstall node brew update brew upgrade brew cleanup brew install node sudo chown -R $(whoami) $(brew --prefix) brew link --overwrite node brew postinstall node
1.4m articles
1.4m replys
5 comments
57.0k users