How to solve dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.60.dylib
use those commands to fix the issue:
brew uninstall --ignore-dependencies node icu4c
brew install node
if this didn't work, try this command:
brew link --overwrite node
if again the issue resists, try upgrading instead of reinstalling. So use this command:
brew upgrade node
Tell me what worked for you.
If the issue resists, tell me in the comments too.