I'm having trouble using brew and node. I'm getting a "linking" error. When I attempt a brew link node I get the following output
Error: Could not symlink file: /usr/local/Cellar/node/0.10.26/bin/node
Target /usr/local/bin/node already exists. You may need to delete it.
To force the link and overwrite all other conflicting files, do:
brew link --overwrite formula_name
To list all files that would be deleted:
brew link --overwrite --dry-run formula_name L-SFF2PSFD58-M:tess an4d2ea$
I then get this issue:
Error: No such keg: /usr/local/Cellar/tessel
Can anyone tell me what's going on?