Skip to content

Instantly share code, notes, and snippets.

@cjac
Created October 19, 2016 00:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cjac/fe84822d4351a57429d7326f0c8852d1 to your computer and use it in GitHub Desktop.
Save cjac/fe84822d4351a57429d7326f0c8852d1 to your computer and use it in GitHub Desktop.
PS /home/cjac> Install-PackageProvider -Name NuGet -Scope CurrentUser
Install-PackageProvider : No match was found for the specified search criteria for the provider 'NuGet'. The package
provider requires 'PackageManagement' and 'Provider' tags. Please check if the specified package has the tags.
At line:1 char:1
+ Install-PackageProvider -Name NuGet -Scope CurrentUser
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (Microsoft.Power...PackageProvider:InstallPackageProvider) [Install-Pac
kageProvider], Exception
+ FullyQualifiedErrorId : NoMatchFoundForProvider,Microsoft.PowerShell.PackageManagement.Cmdlets.InstallPackagePro
vider
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment