can't brew install node

后端 未结 12 1054
无人及你
无人及你 2020-12-13 06:35

I am trying to upgrade my node via homebrew but ran into a problem because I think I tried to download through the website. I am very new to terminal. I\'ve tried to search

12条回答
  •  借酒劲吻你
    2020-12-13 07:10

    brew link --overwrite node
    

    Error: Could not symlink (...)

    /usr/xxx

    sudo chown -R 'whoami?':admin xxx
    brew link --overwrite node
    

    Rinse and repeat

提交回复
热议问题