elgato
elgato copied to clipboard
Unable to locate module
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
Make sure that you have the PowerShell Gallery PSRepository registered in PowerShell.
https://trevorsullivan.net/2017/09/29/restore-default-powershell-gallery-repository/