user11646212
user11646212

Reputation:

Trying to install mongoldb on MacOS

I am trying to download mongodb via my terminal, but this is what I get as a response.

I already tried to reinstall brew.

Peters-MacBook-Pro:shopify-monitor main$ brew install mongodb Error: No available formula with the name "mongodb" ==> Searching for a previously deleted formula (in the last month)... Warning: homebrew/core is shallow clone. To get complete history run: git -C "$(brew --repo homebrew/core)" fetch --unshallow

Error: No previously deleted formula found. ==> Searching for similarly named formulae... Error: No similarly named formulae found. ==> Searching taps... ==> Searching taps on GitHub... Error: No formulae found in taps. Peters-MacBook-Pro:shopify-monitor main$

Upvotes: 1

Views: 827

Answers (1)

Qian Wang
Qian Wang

Reputation: 21

mongoDB is not open source anymore, and removed from Homebrew 。 You can refer:

Upvotes: 2

Related Questions