tags
update-module
2 entries
Tags
Categories
2 entries

Install-Module : A parameter cannot be found that matches parameter name AllowPrerelease.
Recently I started to utilize Prerelease option for my PowerShell Modules. This allows me to early test them before I…

Update-Module : Module ‘PowershellGet’ was not installed by using Install-Module, so it cannot be updated.
When trying to fix PowerShellGet lack of AllowPrerelease Windows actually blocked me from updating PowerShellGet which I knew is the reason…