Library not loaded error after brew install php56

后端 未结 7 1364
滥情空心
滥情空心 2021-01-12 06:07

I\'m upgrading from php5.5 to php5.6 on OSX Mavericks using homebrew. I run

brew install php56

Everything runs and completes fine but when

7条回答
  •  执念已碎
    2021-01-12 06:29

    brew uninstall --ignore-dependencies node icu4c
    brew install node
    

    worked for me.

提交回复
热议问题