1

Has anyone with macOS 13 (Ventura) managed to install MongoDB? Getting the following error:

==> Installing [email protected] from mongodb/brew
Error: Your Command Line Tools (CLT) does not support macOS 13.
It is either outdated or was modified.
Please update your Command Line Tools (CLT) or delete it if no updates are available.
Update them from Software Update in System Preferences or run:
  softwareupdate --all --install --force

If that doesn't show you any updates, run:
  sudo rm -rf /Library/Developer/CommandLineTools
  sudo xcode-select --install

Alternatively, manually download them from:
  https://developer.apple.com/download/all/.
You should download the Command Line Tools for Xcode 14.1.

Reinstalled the Command Line Tools for Xcode 14.1, but still getting the same error.

I followed the instructions on MongoDB's site: https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-os-x/

Ideally I need 5.0 for a project, but I've also tried installing 6.0 and the same error occurs.

0

1 Answer 1

1

The following steps should fix the issue. I had the same issue.

And then retry installing MongoDB and the installation should pass through.

1

Not the answer you're looking for? Browse other questions tagged or ask your own question.