Installing node with brew fails on Mac OS Sierra

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

    Nothing worked for me but running this worked

    brew link --overwrite node
    

提交回复
热议问题