I am trying to install node js. I get the following error. Any idea?
brew install node Warning: node-5.0.0 already installed, it just not linked
thanks
You should be able to run:
brew link node
What you are doing tells Brew to create a symbolic link for the node executable in the / usr / bin (or / usr / local / bin) directory, as far as I know.
For this problem, run
brew link homebrew/versions/node<version no>
To find out why you can travel here .