Hi there. My objective is to install mongodb-community@7.0 on MacOS. According to this guide here, it should be as simple as running:
brew install mongodb-community@7.0
But this just gives the following error:
Warning: No available formula with the name "mongodb-community@7.0". Did you mean mongodb-community@5.0, mongodb-community or mongodb-community@4.4?
==> Searching for similarly named formulae and casks...
==> Formulae
mongodb/brew/mongodb-community@5.0 mongodb/brew/mongodb-community ✔ mongodb/brew/mongodb-community@4.4
To install mongodb/brew/mongodb-community@5.0, run:
brew install mongodb/brew/mongodb-community@5.0
==> Casks
mongodb-compass
To install mongodb-compass, run:
brew install --cask mongodb-compass
I did try to resolve this with brew tap mongodb/brew and brew update - but to no help.