LoginSignup
0
0

More than 5 years have passed since last update.

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

Posted at
 > node                                                                 16:22:41
dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.60.dylib
  Referenced from: /usr/local/bin/node
  Reason: image not found
fish: 'node' terminated by signal SIGABRT (Abort)

これの解決法。

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

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0