error in check health core utils pwsh on windows #1599
Unanswered
Termanater13
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm on a Windows 11 PC running Neovim 0.9.5, with mason.nvim 1.9.0. When I run
:checkhealth
I get an error in Core utils:In the read me it says that pwsh or Powershell is required, and I do have PowerShell installed. I looked at the code tied to
:checkhealth
and to me it looks like it only checks for pwsh on windows. mason.nvim/lua/mason/health.lua line:156 This is the start of the check if platform is windows. The only two checks I can see here is for pwsh and 7z.I'm new to Neovim, sim still working out issues, at the moment this is my only error for mason.nvim, but I do have a bunch of warnings.
Beta Was this translation helpful? Give feedback.
All reactions