Another active Homebrew process is already in progress

后端 未结 7 518
无人共我
无人共我 2020-12-23 10:56

When I try to do this:

brew install node

I get this message:

 /usr/local/Homebrew/Library/Homebrew/utils/lock.sh: line 19:         


        
7条回答
  •  半阙折子戏
    2020-12-23 11:27

    If the above answer does not resolve your problem try removing the homebrew process locks with this command:

    rm -rf /usr/local/var/homebrew/locks
    

提交回复
热议问题