Installing node with brew fails on Mac OS Sierra

后端 未结 21 2149
执笔经年
执笔经年 2021-01-30 05:50

I\'m trying to install node with homebrew on macOS Sierra. I run

 brew install node

After a seemingly successful install I get the following

21条回答
  •  失恋的感觉
    2021-01-30 06:32

    Seems file /usr/local/opt/icu4c/lib/libicui18n.58.dylib does not exists in you system.

    Please ensure that icu4c installed with Homebrew.

    1. brew info icu4c
    2. If already installed, try reinstall: brew reinstall icu4c
    3. If not installed, try install: brew install icu4c

提交回复
热议问题