node -v
will show you the current version.npm -v
will show you the current version.brew link --overwrite --dry-run node
will force the link and overwrite all conflicting files.brew install node
do a fresh installation.brew update
brew upgrade node
brew link --overwrite node
or
brew link node