Installing node with brew fails on Mac OS Sierra

后端 未结 21 2332
执笔经年
执笔经年 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:48

    it seems like your icu4u Reference path is not set properly

    first check you might instal icu4c or not by putting below comment in comment promt

    brew info icu4c

    or else reinstall

    brew reinstall icu4c

    If you need to have this software first in your PATH run:

    echo 'export PATH="/usr/local/opt/icu4c/bin:$PATH"' >> ~/.bash_profile

    hope This might help !!!!!

提交回复
热议问题