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
I'm getting the following error from installs made by PowerShell. Happens with both powershell and pwsh:
Stop : The term 'Stop' is not recognized as the name of a cmdlet, function, script file, or operable program. Check
the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:26
+ $ErrorActionPreference = Stop; $ProgressPreference = 'SilentlyContinu ...
+ ~~~~
+ CategoryInfo : ObjectNotFound: (Stop:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
I tried Mason's commands manually in both powershell and pwsh and got the same error message:
Stop : The term 'Stop' is not recognized as the name of a cmdlet, function, script file, or operable program. Check
the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:26
+ $ErrorActionPreference = Stop; $ProgressPreference = 'SilentlyContinu ...
+ ~~~~
+ CategoryInfo : ObjectNotFound: (Stop:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Windows 10 (Home), also tested Windows 11 (Pro) with the same problem.
Healthcheck
mason.nvim [Core utils] ~
- WARNING unzip: not available
- ADVICE:
- spawn: unzip failed with exit code - and signal -. unzip is not executable
- WARNING wget: not available
- ADVICE:
- spawn: wget failed with exit code - and signal -. wget is not executable
- OK curl: `curl 8.7.1 (Windows) libcurl/8.7.1 Schannel zlib/1.3 WinIDN
`
- WARNING gzip: not available
- ADVICE:
- spawn: gzip failed with exit code - and signal -. gzip is not executable
- OK tar: `bsdtar 3.5.2 - libarchive 3.5.2 zlib/1.2.5.f-ipp
`
- OK pwsh: `5.1.19041.4522
`
- OK 7z: `7-Zip 22.01 ZS v1.5.5 R3 (x64) : Copyright (c) 1999-2022 Igor Pavlov, 2016-2023 Tino Reichardt : 2023-06-18
`
Screenshots
From Neovim:
From powershell:
From pwsh:
The text was updated successfully, but these errors were encountered:
I've searched open issues for similar requests
I've recently downloaded the latest plugin version of mason.nvim
Problem description
I'm getting the following error from installs made by PowerShell. Happens with both
powershell
andpwsh
:I tried Mason's commands manually in both
powershell
andpwsh
and got the same error message:(PowerShell):
(pwsh):
PowerShell version: 5.1.22621.2506
pwsh (PowerShell Core) version: 7.4.3
Expected behavior
Installation of packages without error.
Affected packages
All
Mason output
Neovim version (>= 0.7)
NVIM v0.10.0
Build type: Release
LuaJIT 2.1.1713484068
Operating system/version
Windows 10 (Home), also tested Windows 11 (Pro) with the same problem.
Healthcheck
Screenshots
From Neovim:
From
powershell
:From
pwsh
:The text was updated successfully, but these errors were encountered: