-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PowerShellGet 2.9.0-Preview Get-InstalledModule throws Error #44
Comments
This also occurs consistently with 3.0.22-beta22 in both desktop and core.
|
I just installed PowershellGet 3.0.23 and can confirm this is still an issue
Powershell Version:
PowershellGet v3 freshly installed |
Same here. How to downgrade to 2.2.5? |
Still an issue, I removed the 3.0... folder to fix it. Any plans to fix it ? |
Prerequisites
Steps to reproduce
I've installed the PowerShellGet 2.9.0-Preview Module Side by Side
Install-Module PowerShellGet -AllowPrerelease -Force
#PowerShell 5.1
Get-Module
Get-InstalledModule MicrosoftTeams
Get-Module MicrosoftTeams -ListAvailable
#PowerShell 7.3.7
Import-Module PowerShellGet -RequiredVersion 2.9.0
Get-Module
Get-InstalledModule MicrosoftTeams
Get-Module MicrosoftTeams -ListAvailable
Expected behavior
Get-InstalledModule <ModuleName> shows a result
Actual behavior
Get-InstalledModule <ModuleName> throws an Error
Error details
Environment data
Version
5.1 and 7.3.7
Visuals
No response
The text was updated successfully, but these errors were encountered: