报错 dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.64.dylib Referenced from

 

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

 

resolve::

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

 

posted @ 2020-05-03 20:47  徐锅  阅读(3985)  评论(0编辑  收藏  举报