Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install-PackageProvider example fails #5089

Closed
marckassay opened this issue Nov 12, 2019 — with docs.microsoft.com · 4 comments
Closed

Install-PackageProvider example fails #5089

marckassay opened this issue Nov 12, 2019 — with docs.microsoft.com · 4 comments
Labels
area-packagemanagement Area - PackageManagement module

Comments

Copy link

marckassay commented Nov 12, 2019

C:\WINDOWS\system32> Install-PackageProvider -Name NuGet -Force
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.
C:\WINDOWS\system32> $psversiontable

Name                           Value
----                           -----
PSVersion                      6.2.2
PSEdition                      Core
GitCommitId                    6.2.2
OS                             Microsoft Windows 10.0.18990
Platform                       Win32NT
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

C:\WINDOWS\system32> dotnet --info
.NET Core SDK (reflecting any global.json):
 Version:   3.0.100
 Commit:    04339c3a26

Runtime Environment:
 OS Name:     Windows
 OS Version:  10.0.18990
 OS Platform: Windows
 RID:         win10-x64
 Base Path:   C:\Program Files\dotnet\sdk\3.0.100\

Host (useful for support):
  Version: 3.0.0
  Commit:  7d57652f33

.NET Core SDKs installed:
  2.1.402 [C:\Program Files\dotnet\sdk]
  3.0.100 [C:\Program Files\dotnet\sdk]

.NET Core runtimes installed:
  Microsoft.AspNetCore.All 2.1.4 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.All]
  Microsoft.AspNetCore.App 2.1.4 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
  Microsoft.AspNetCore.App 3.0.0 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
  Microsoft.NETCore.App 2.1.4 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
  Microsoft.NETCore.App 3.0.0 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
  Microsoft.WindowsDesktop.App 3.0.0 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]

To install additional .NET Core runtimes or SDKs:
  https://aka.ms/dotnet-download

Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@sdwheeler
Copy link
Contributor

@SydneyhSmith Can you help?

@sdwheeler sdwheeler added the area-packagemanagement Area - PackageManagement module label Nov 13, 2019
@marckassay
Copy link
Author

For what it's worth, I have created gists that contains output from:

(Those commands are hyper-links)

@SydneyhSmith
Copy link
Contributor

@marckassay thanks for opening this issue, unfortunately this is a known issue that we are tracking in the Package Management repo with this issue

@sdwheeler
Copy link
Contributor

Closing this issue. Please follow the issue in OneGet/oneget#477

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-packagemanagement Area - PackageManagement module
Projects
None yet
Development

No branches or pull requests

3 participants