PowerShell / PowerShellGet

This module provide functions used with PowerShellGet v3 to provide compatibility with scripts expecting PowerShellGet v2
MIT License
49 stars 13 forks source link

NoClobber parameter is not mapped #17

Closed KexyBiscuit closed 5 months ago

KexyBiscuit commented 2 years ago

When I run Install-Module PSReadLine -AllowPrerelease -Force with PowerShellGet 3.0.11-beta and CompatPowerShellGet 0.0.2, I get the following error.

Install-PSResource: A parameter cannot be found that matches parameter name 'NoClobber'.

KexyBiscuit commented 5 months ago

No longer relevant, closing.