Can't `brew link` an unlinked keg

后端 未结 4 594
小蘑菇
小蘑菇 2021-01-31 04:57
$: which node
$: node
-bash: node: command not found
$: brew install node
Error: node-0.6.18 already installed
$: brew doctor
Error: You have unlinked kegs in your Cella         


        
4条回答
  •  -上瘾入骨i
    2021-01-31 05:20

    I personally had to work some sudo chmod magic for node files that were not writable. Brew didn't take care of them by default even after --force was enabled.

提交回复
热议问题