Error
dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.58.dylib
Referenced from: /usr/local/bin/node
Reason: image not found
Abort trap: 6
Solution
$ brew uninstall --force node
$ brew uninstall icu4c && brew install icu4c
$ brew unlink icu4c && brew link icu4c --force
$ brew install node
References
https://stackoverflow.com/questions/43780207/installing-node-with-brew-fails-on-mac-os-sierra