ZeroCho / nodejs-book

Node.js교과서 소스 코드
794 stars 635 forks source link

[p.380] 맥에서 brew로 컴퍼스 설치 시 오류 #761

Open wiseguy77 opened 1 year ago

wiseguy77 commented 1 year ago

[사용환경] M1 칩, OS : Ventura 13.2.1

[설치 오류 메시지] brew install --cask mongodb-compass-community ==> Downloading https://formulae.brew.sh/api/cask.jws.json

Warning: Cask 'mongodb-compass-community' is unavailable: No Cask with this name exists. ==> Downloading https://formulae.brew.sh/api/formula.jws.json ################################################################################################ 100.0% ==> Searching for similarly named casks... ==> Casks mongodb-compass-readonly

To install mongodb-compass-readonly, run: brew install --cask mongodb-compass-readonly

[해결] 현재(2023.06) compass에서 brew cask 는 읽기 전용만 지원하는 것 같습니다. https://www.mongodb.com/try/download/compass 에서 dmg 파일을 다운로드 받아 설치하여 해결했습니다.