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've recently downloaded the latest plugin version of mason.nvim
Yes
Problem description
On native Windows on ARM nvim (current MSVC build), mason has the following errors:
[ERROR DATE TIME] ...m-data/lazy/mason.nvim/lua/mason-core/installer/init.lua:249: Installation failed for Package(name=lua-language-server) error="The current platform is unsupported."
[ERROR DATE TIME] ...m-data/lazy/mason.nvim/lua/mason-core/installer/init.lua:249: Installation failed for Package(name=stylua) error="The current platform is unsupported."
[ERROR DATE TIME] ...m-data/lazy/mason.nvim/lua/mason-core/installer/init.lua:249: Installation failed for Package(name=hadolint) error="The current platform is unsupported."
[ERROR DATE TIME] ...m-data/lazy/mason.nvim/lua/mason-core/installer/init.lua:249: Installation failed for Package(name=shfmt) error="The current platform is unsupported."
[ERROR DATE TIME] ...m-data/lazy/mason.nvim/lua/mason-core/installer/init.lua:249: Installation failed for Package(name=marksman) error="The current platform is unsupported."
Expected behavior
Pacakges should install properly and use the native ARM package if available, alternatively use the x64 and emulate.
[INFO DATE TIME] ...m-data/lazy/mason.nvim/lua/mason-core/installer/init.lua:184: Executing installer for Package(name=lua-language-server) {}
[INFO DATE TIME] ...m-data/lazy/mason.nvim/lua/mason-core/installer/init.lua:184: Executing installer for Package(name=marksman) {}
[ERROR DATE TIME] ...m-data/lazy/mason.nvim/lua/mason-core/installer/init.lua:249: Installation failed for Package(name=lua-language-server) error="The current platform is unsupported."
[ERROR DATE TIME] ...m-data/lazy/mason.nvim/lua/mason-core/installer/init.lua:249: Installation failed for Package(name=stylua) error="The current platform is unsupported."
[ERROR DATE TIME] ...m-data/lazy/mason.nvim/lua/mason-core/installer/init.lua:249: Installation failed for Package(name=hadolint) error="The current platform is unsupported."
[ERROR DATE TIME] ...m-data/lazy/mason.nvim/lua/mason-core/installer/init.lua:249: Installation failed for Package(name=shfmt) error="The current platform is unsupported."
[ERROR DATE TIME] ...m-data/lazy/mason.nvim/lua/mason-core/installer/init.lua:249: Installation failed for Package(name=marksman) error="The current platform is unsupported."
I've searched open issues for similar requests
I've recently downloaded the latest plugin version of mason.nvim
Problem description
On native Windows on ARM nvim (current MSVC build), mason has the following errors:
Expected behavior
Pacakges should install properly and use the native ARM package if available, alternatively use the x64 and emulate.
Affected packages
lua-language-server. stylua, hadolint, shfmt, marksman
Mason output
No response
Installation log
Neovim version (>= 0.7)
NVIM v0.11.0-dev-941+gcd8e15e33
Build type: Release
LuaJIT 2.1.1727870382
Operating system/version
Windows 11 24H2
Healthcheck
Screenshots
No response
The text was updated successfully, but these errors were encountered: