LoginSignup
6

More than 5 years have passed since last update.

posted at

updated at

nodeでdyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.59.dylibとなったときの対処法

環境

osx 10.13
brewでnodeをインストール済み

こんなエラーになったときの対処

node実行時に以下メッセージで実行できない。

dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.59.dylib Referenced from: /usr/local/bin/node Reason: image not found

解決

brew reinstall node --without-icu4c

こちらでも行けるらしい。
brew upgrade node

参考

node 7.7.4 builds but throws Abort trap: 6, trying to load dyld libicui18n.58.dylib · Issue #11713 · Homebrew/homebrew-core

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
What you can do with signing up
6