I'm trying to install MongoDB server on macOS Big Sur using brew, I'm following the documentation on the official mongo website.
I run the following command:
brew tap mongodb/brew
after that, I run:
brew install mongodb-community@4.4
but I got the following error:
Error: No similarly named formulae found.
Error: No available formula with the name "mongosh" (dependency of mongodb/brew/mongodb-community).
It was migrated from mongodb/brew to homebrew/core.