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 removed export PATH="/usr/local/opt/icu4c/bin:$PATH"
from my ~/.bash_profile
file and it fixed my problem.
My error was:
dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.63.dylib
Referenced from: /usr/local/opt/node@10/bin/node
Reason: image not found
Abort trap: 6
My /usr/local/opt/icu4c/lib
contains libicui18n.64.dylib