Installed Homebrew followed by node.js. Ran brew doctor and got the return below. Tried to find an answer but nothing specifically related. Any help would be appreciated. Thanks.
Error: Could not symlink bin/node
Target /usr/local/bin/node
already exists. You may want to remove it:
rm '/usr/local/bin/node'
To force the link and overwrite all conflicting files:
brew link --overwrite node
To list all files that would be deleted:
brew link --overwrite --dry-run node