PowerShell / Modules

MIT License
112 stars 25 forks source link

Cannot install module from powershell 5.1 #34

Closed Kettoch closed 4 years ago

Kettoch commented 4 years ago

The PSH Gallery says that the minimum version is 5.1.

However, the module will not install under 5.1 but with 7 only.

PaulHigin commented 4 years ago

I am not able to repro this. More information is needed. I did need to update my PackageManagement and PowerShellGet modules to the latest versions, that support the -AllowPrerelease switch. But then I was able to install the module under Windows PowerShell:

Install-Module microsoft.powershell.secretsmanagement -Force -AllowPrerelease
SydneyhSmith commented 4 years ago

Closing this as we are not able to repro, if you can provide more information we will re-open--thanks!