$: which node $: node -bash: node: command not found $: brew install node Error: node-0.6.18 already installed $: brew doctor Error: You have unlinked kegs in your Cella
I was able to relink the correct version of node by running:
brew cleanup brew link node brew uninstall node brew install node