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


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
'개발 > 오류해결' 카테고리의 다른 글
| [오류해결] syntax error unexpected token in json at position 0 (0) | 2022.04.06 |
|---|---|
| [몽고DB] MongooseError: Operation `users.findOne()` buffering timed out after 10000ms 해결 (0) | 2022.03.28 |