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
For me it was apparently a problem with the icu4c installation from brew.
icu4c
brew reinstall icu4c
will reinstall icu4c.
if you don't have it installed,
brew install icu4c