-
Type: Bug
-
Resolution: Community Answered
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Packaging
-
None
-
Environment:macOS Monterey 12.3
Homebrew 3.4.4
-
ALL
-
Dev Platform 2022-04-18
When running `brew tap mongodb/brew` on the latest macOS Monterey (and on Big Sur) with the latest Homebrew, I get the following error which makes it impossible to install any MongoDB formulae:
```
Running `brew update --preinstall`...
==> Auto-updated Homebrew!
Updated 2 taps (homebrew/core and homebrew/cask).
==> Updated Formulae
Updated 4 formulae.
==> Updated Casks
Updated 1 cask.
==> Tapping mongodb/brew
Cloning into '/usr/local/Homebrew/Library/Taps/mongodb/homebrew-brew'...
remote: Enumerating objects: 863, done.
remote: Counting objects: 100% (360/360), done.
remote: Compressing objects: 100% (269/269), done.
remote: Total 863 (delta 190), reused 147 (delta 88), pack-reused 503
Receiving objects: 100% (863/863), 189.86 KiB | 2.09 MiB/s, done.
Resolving deltas: 100% (428/428), done.
Error: Non-symlink alias: /usr/local/Homebrew/Library/Taps/mongodb/homebrew-brew/Aliases/mongodb-community@5.0
Error: Non-symlink alias: /usr/local/Homebrew/Library/Taps/mongodb/homebrew-brew/Aliases/mongodb-mongocryptd@5.0
Error: Cannot tap mongodb/brew: invalid syntax in tap!```