Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@krrskl
Last active July 7, 2020 21:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krrskl/7aab4d36c0c162e332772aa1b9478352 to your computer and use it in GitHub Desktop.
Save krrskl/7aab4d36c0c162e332772aa1b9478352 to your computer and use it in GitHub Desktop.
How to solve the error of dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.64.dylib

How to solve the error of dyld Library not loaded

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

Try running this command

brew link --overwrite node

Note: If get error of permision try runing the following command:

sudo chown -R $(whoami) $(brew --prefix)/*

Now try running the previous command,

Tested solution in MacOS Catalina.

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