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

Package Manager can't find the package #12

Open
EFinley opened this issue Nov 30, 2016 · 1 comment
Open

Package Manager can't find the package #12

EFinley opened this issue Nov 30, 2016 · 1 comment

Comments

@EFinley
Copy link

EFinley commented Nov 30, 2016

... Pretty much just as it says. I've got a project using Commander which I'm trying to move to a new system, and therefore it's going looking for all the packages it needs, and Commander just throws errors whether I ask PM directly for it or I do it via the Package Manager interface.

Wha' happened?

@bdrupieski
Copy link

bdrupieski commented Apr 16, 2017

I encountered the same thing when executing a Package Restore for the FodyAddinSamples project.

It doesn't seem possible to restore this package using the v3 NuGet API anymore. It can be installed using the v3 NuGet API, but not restored. It can be both installed and restored using the v2 NuGet API. I posted some details about it in an issue in that repository.

The workaround is to add https://www.nuget.org/api/v2 as a NuGet package source so that you're not relying only on https://api.nuget.org/v3/index.json.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants