Installing MongoDB with Homebrew

后端 未结 4 405
梦谈多话
梦谈多话 2020-12-07 11:24

I\'m relatively new to MongoDB and am trying to install MongoDB on my Mac with Homebrew, but I\'m getting the following error:

Error: No available formula wi         


        
4条回答
  •  春和景丽
    2020-12-07 12:01

    Try this code in your terminal:

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

    And then:

    brew tap mongodb/brew  
    

    Finally:

    brew install mongodb-community@4.0
    

提交回复
热议问题