데이터베이스/MongoDB

Mac OS) MongoDB 설치 오류 (No similarly name formulae found.)

eunsour 2021. 3. 26.
반응형

Big sur 환경에서 Homebrew를 통해 설치를 하였습니다. 

brew install mongodb

 

↓  다음과 같은 오류가 발생할 시,

 

↓  차례대로 진행해줍니다.

brew services stop mongodb   
brew uninstall mongodb       

brew tap mongodb/brew       

sudo chown -R 'id' /usr/local/var/log    
brew install gcc                         

brew install mongodb-community           
brew services start mongodb-community    

 

 

↓  참조 링크

https://stackoverflow.com/questions/57856809/installing-mongodb-with-homebrew

 

Installing MongoDB with Homebrew

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 with the name "mongodb" ==> Searching f...

stackoverflow.com

 

반응형

댓글