Error
PS C:\WINDOWS\system32> Install-Module -Name PowerShellGet -AllowPrerelease -Force
Install-Module : A parameter cannot be found that matches parameter name 'AllowPrerelease'.
At line:1 char:36
+ Install-Module -Name PowerShellGet -AllowPrerelease -Force
+ ~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [Install-Module], ParameterBindingException
+ FullyQualifiedErrorId : NamedParameterNotFound,Install-Module
Solution
Follow this document
https://www.devopsschool.com/blog/what-is-powershellget-and-how-to-install-powershellget-3-0/
Latest posts by rajeshkumar (see all)
- WordPress Error: Is its parent directory writable by the server - November 2, 2022
- PHP Error: Warning: mysqli::__construct(): (HY000/1044): Access denied for user - October 25, 2022
- WordPress Error: llegal mix of collations - October 14, 2022