Skip to content

Instantly share code, notes, and snippets.

@berkedel
Created April 4, 2018 14:13
Show Gist options
  • Save berkedel/d1fc6d13651c16002f64653096d1fded to your computer and use it in GitHub Desktop.
Save berkedel/d1fc6d13651c16002f64653096d1fded to your computer and use it in GitHub Desktop.
dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.60.dylib

How to solve dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.60.dylib

brew uninstall --ignore-dependencies node icu4c
brew install node
@tlbiz
Copy link

tlbiz commented Jul 31, 2024

brew uninstall --ignore-dependencies node icu4c && brew install node Worked!!

It worked for me. Thanks!

@EduardStreltsov
Copy link

check you versions with brew list | grep node, delete all of them e.g. brew uninstall node@12, install node again brew install node. worked for me

@jpmondoni
Copy link

brew uninstall --ignore-dependencies node icu4c && brew install node

This worked for me, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment