Created
October 19, 2016 00:00
-
-
Save cjac/fe84822d4351a57429d7326f0c8852d1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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