Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save shivdhwaj/a4387a244487683d901d2dc5648c5479 to your computer and use it in GitHub Desktop.
Save shivdhwaj/a4387a244487683d901d2dc5648c5479 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