M1 맥북에어 mongoDB 설치 중 mongodb-community error 3584 root ~/Library/LaunchAgents/homebrew.mxcl.mongodb-community.plist 문제해결

2022. 3. 28. 01:39개발/오류해결

문제상황

공식문서대로 mongodb를 설치하는 과정에서 다음과 같이 실행이 안되는 문제가 생겼다.

$ brew services list 
Name              Status      User File
mongodb-community error  3584 root ~/Library/LaunchAgents/homebrew.mxcl.mongodb-community.plist

 

해결방법

sudo를 사용하면 해결된다.

$ sudo brew services start mongodb-community

https://stackoverflow.com/questions/65308502/mongodb-community-error-homebrew-mxcl-mongodb-community-plist

 

 

 

Mongodb-community error homebrew.mxcl.mongodb-community.plist

I've been having this error while running brew services start mongodb-community mongodb-community error root /Library/LaunchDaemons/homebrew.mxcl.mongodb-community.plist I have tried re installing

stackoverflow.com