Error installing neovim nightly using homebrew on macos 15.3.1 #5960
-
Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
User source builds are explicitly not supported. HEAD source builds are doubly unsupported, simply because upstream can break HEAD at any time. Your best bet is to look at the full build logs to see if you can figure out what needs fixing, and/or asking upstream. The output you posted points you to where the log files are located:
|
Beta Was this translation helpful? Give feedback.
-
As @gromgit says,
|
Beta Was this translation helpful? Give feedback.
Your build errors were with the stable
tree-sitter
, so it's a good bet that HEADneovim
is using functionality that's only available on HEADtree-sitter
.In any case, the primary source of truth for HEAD builds is always upstream (the developer), not Homebrew (the packager).