Another active Homebrew process is already in progress

后端 未结 7 523
无人共我
无人共我 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:40

    Simply type the following into your terminal:

    brew cleanup
    

    This should clean up any issues. Follow the command with:

    brew doctor
    

    All done.

提交回复
热议问题