Skip to content

Instantly share code, notes, and snippets.

@biplobice
Last active June 5, 2020 01:36
Show Gist options
  • Save biplobice/9e41c279ca8b25301bd0f52163188481 to your computer and use it in GitHub Desktop.
Save biplobice/9e41c279ca8b25301bd0f52163188481 to your computer and use it in GitHub Desktop.

Problem: Dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.63.dylib error message

Workaround:

brew uninstall --ignore-dependencies --force node
brew uninstall --ignore-dependencies --force icu4c
brew install icu4c
brew unlink icu4c && brew link icu4c --force
brew install node
// Follow the instuctions given on terminal

2020-06-05

Problem: dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.64.dylib

$ cd $(brew --prefix)/Homebrew/Library/Taps/homebrew/homebrew-core/Formula
$ git log --follow icu4c.rb
$ git checkout -b icu4c-64.2 c81a04
$ brew reinstall ./icu4c.rb
$ brew switch icu4c 64.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment