I\'m trying to install node with homebrew on macOS Sierra. I run
brew install node
After a seemingly successful install I get the following
I fixed by
cd /usr/local/Cellar rm -rf node*/ rm -rf icu4c/ brew install node