When I run brew install node, I get:
[~]$ brew install node
Warning: node-0.12.0 already installed, it just not linked
If I do this $ brew link --overwrite --dry-run node, I get:
Would remove:
/usr/local/share/man/man1/node.1
/usr/local/lib/dtrace/node.d
Losing the page manI can live with, but what about lib?
source
share