LoginSignup
18
6

More than 5 years have passed since last update.

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

Last updated at Posted at 2018-01-26

環境

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

18
6
1

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
18
6