Installing node with brew fails on Mac OS Sierra

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

    For me it was apparently a problem with the icu4c installation from brew.

    brew reinstall icu4c
    

    will reinstall icu4c.

    if you don't have it installed,

    brew install icu4c
    

提交回复
热议问题