What is the best/safest way to reinstall Homebrew?

前端 未结 6 1633
一向
一向 2020-12-02 06:21

I am getting issues with permissions in Homebrew: After I installed Node and tried to install npm using the curl command Homebrew tells you to use, it would fail due to EACC

6条回答
  •  离开以前
    2020-12-02 06:48

    For me, this one worked without the sudo access.

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

    For more reference, please follow https://gist.github.com/mxcl/323731

提交回复
热议问题