You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attempting to install deno using brew but the installer fails because it deems my macOS too old. However, I'm able to install deno with curl -fsSL https://deno.land/install.sh | sh just fine. Is there an error in the brew packaging?
~ $ brew install deno
==> Auto-updating Homebrew...
[...]
Warning: You are using macOS 12.
We (and Apple) do not provide support for this old version.
It is expected behaviour that some formulae will fail to build in this old version.
It is expected behaviour that Homebrew will be buggy and slow.
Do not create any issues about this on Homebrew's GitHub repositories.
Do not create any issues even if you think this message is unrelated.
Any opened issues will be immediately closed without response.
Do not ask for help from Homebrew or its maintainers on social media.
You may ask for help in Homebrew's discussions but are unlikely to receive a response.
Try to figure out the problem yourself and submit a fix as a pull request.
We will review it but may or may not accept it.
deno: A full installation of Xcode.app 15.0 is required to compile
this software. Installing just the Command Line Tools is not sufficient.
Xcode 15.0 cannot be installed on macOS 12.
You must upgrade your version of macOS.
Error: deno: An unsatisfied requirement failed this build.
~ $
I'm attempting to install deno using
brew
but the installer fails because it deems my macOS too old. However, I'm able to install deno withcurl -fsSL https://deno.land/install.sh | sh
just fine. Is there an error in the brew packaging?Specs:
OS: macOS 12.7.4
Memory: 16 GiB
Architecture: aarch64
The text was updated successfully, but these errors were encountered: