microsoft / winget-cli

WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface).
https://learn.microsoft.com/windows/package-manager/
MIT License
22.94k stars 1.42k forks source link

Error installing PowerShell module using PSResourceGet #3501

Open mgreenegit opened 1 year ago

mgreenegit commented 1 year ago

Brief description of your issue

Error occurs when installing the module using install-psresource.

Steps to reproduce

install-psresource Microsoft.WinGet.Client -TrustRepository

Expected behavior

Install module without error (as is the case for PowerShellGet/Install-Module).

Actual behavior

Install-PSResource: At line:69 char:21

Environment

Pwsh7.4p4
kilasuit commented 4 months ago

Seem this can be closed as I can't replicate this @denelon