Installing node with brew fails on Mac OS Sierra

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

    This was triggered for me after a brew upgrade and brew update ran. I was able to fix it by simply re-installing the two items flagged as problems (which made sense to me):

    brew reinstall node
    brew reinstall icu4c
    

提交回复
热议问题