elgato icon indicating copy to clipboard operation
elgato copied to clipboard

Unable to locate module

Open singh763173 opened this issue 4 years ago • 1 comments
trafficstars

Current receiving the following when trying to install the Elgato module

PS C:\WINDOWS\system32> Install-Module -Name Elgato -Scope CurrentUser -Force
PackageManagement\Install-Package : No match was found for the specified search criteria and module name 'Elgato'. Try
Get-PSRepository to see all available registered module repositories.
At C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\1.0.0.1\PSModule.psm1:1809 char:21
+ ...          $null = PackageManagement\Install-Package @PSBoundParameters
+                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Microsoft.Power....InstallPackage:InstallPackage) [Install-Package], Ex
   ception
    + FullyQualifiedErrorId : NoMatchFoundForCriteria,Microsoft.PowerShell.PackageManagement.Cmdlets.InstallPackage

singh763173 avatar Jul 15 '21 08:07 singh763173

Make sure that you have the PowerShell Gallery PSRepository registered in PowerShell.

https://trevorsullivan.net/2017/09/29/restore-default-powershell-gallery-repository/

pcgeek86 avatar Jul 15 '21 17:07 pcgeek86