I am trying to install node js. I am getting the following error . Any idea?
brew install node
Warning: node-5.0.0 already installed, it's just not linked
Thanks
You can run the below command to override all the conflicts.
brew link --overwrite node
You should be able to run:
brew link node
What you're doing is telling Brew to create a symlink for the node executable to the /usr/bin (or /usr/local/bin) directory, as far as I am aware.
For this issue run
brew link homebrew/versions/node<version no>
To know why, you can surf here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With