Joe Previte
Joe Previte
I just ran into this as well. I see an upstream issue linked to this: https://github.com/nvim-treesitter/nvim-treesitter/issues/2293#issuecomment-1113959051
Let's see if we can figure it out by following the stack trace. 1. starts here https://github.com/LunarVim/Neovim-from-scratch/blob/master/init.lua#L8 2. seems to be this line: https://github.com/LunarVim/Neovim-from-scratch/blob/master/lua/user/treesitter.lua#L7 It looks like we need to...
Verified that works 🎉 
Any updates on this? We're experiencing this as well.
@bors-servo r+
Wanted to test something...ignore :)
Does `napi-rs` support `process.env.npm_config_build_from_source` currently? I couldn't find it in the source. I think we're running into this issue in code-server (https://github.com/coder/code-server/issues/4804)
No worries at all! Hope it was a nice vacation :D > But yarn 1.x has a workaround for this scenario, you can use --ignore-platform flag to let yarn install...
Waiting on feedback from the TabNine team to see if this is the direction they want to go in.
> Also, doesn't homebrew-core usually have the rather strict requirement that everything is compiled by Homebrew? Yes, I think you're right. > What do you propose we should do? Hmm...I...