Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ardani/035e5839cbd1a732b285e4fadc674c16 to your computer and use it in GitHub Desktop.
Save ardani/035e5839cbd1a732b285e4fadc674c16 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment