Skip to content
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

Install-Package : A parameter cannot be found that matches parameter name 'Version'. #81

Open
Arbelac opened this issue May 7, 2021 · 1 comment

Comments

@Arbelac
Copy link

Arbelac commented May 7, 2021

Hi,

when attempting to install then I got the following the error message.
note: we have powershell 5.1 on win10

Install-Package LumenWorksCsvReader -Version 4.0.0
Install-Package : A parameter cannot be found that matches parameter name 'Version'.
At line:1 char:37

  • Install-Package LumenWorksCsvReader -Version 4.0.0
  •                                 ~~~~~~~~
    
    • CategoryInfo : InvalidArgument: (:) [Install-Package], ParameterBindingException
    • FullyQualifiedErrorId : NamedParameterNotFound,Microsoft.PowerShell.PackageManagement.Cmdlets.InstallPackage
@drcolombo
Copy link

Install-Package cmdlet doesn't have the '-Version' parameter at all. Please, check the accepted parameters using 'Get-Help Install-Package'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants