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

Rake fails at restoring nuget packages #908

Open
dpen2000 opened this issue Aug 23, 2015 · 4 comments
Open

Rake fails at restoring nuget packages #908

dpen2000 opened this issue Aug 23, 2015 · 4 comments

Comments

@dpen2000
Copy link

When I run rake, I get the following error:

C:\Clones\fubumvc>rake
Version: 3.0.0.51418
Restoring all the nuget package files
ripple restore
Restoring dependencies for solution fubumvc to C:\Clones\fubumvc\src\packages

=======================================
Missing Nugets: Could not find nugets
=======================================
     ** Nugets
        * LightningQueues     0.1.0.97
        * HtmlTags            3.0.0.187
        * structuremap        3.2.0.202

ripple: Could not restore dependencies
ripple: Error executing DownloadMissingNugets
rake aborted!
Command failed with status (1): [ripple restore...]

Tasks: TOP => default => compile => ripple:restore
(See full trace by running task with --trace)

Is there an additional feed needed in ripple.config?

@jeremydmiller
Copy link
Member

@dpen2000

Ugh, I saw this in StructureMap but missed this one. I'll get the config fixed up tomorrow morning. I'm going to remove the need for the old build.fubu-project.org feed that's now out of commission.

Sorry about this,

Jeremy

@dpen2000
Copy link
Author

@jeremydmiller How's this going? Be cool to play around with Fubumvc when this is working.

@jeremydmiller
Copy link
Member

@dpen2000 Can you try again after this commit: 3c97318

It's a temporary fix, but just for now?

@dpen2000
Copy link
Author

Yeah that works. Thanks!

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