-
Notifications
You must be signed in to change notification settings - Fork 527
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
Failing to add packages from Atom #888
Comments
Could you please provide the paket.dependencies file? |
And what package did you try to add |
The paket.dependencies file:
I started with a project from Petricek and just wanted to add How is the plugin supposed to work? Do I need to install paket separately and at it to the path or should the plugin handle everything? I'm on Windows btw. |
The atom plugin should handle everything. It downloads latest paket.exe on The paket.dependencies file: source https://nuget.org/api/v2 nuget FAKE I started with a project from Petricek and just wanted to add How is the plugin supposed to work? Do I need to install paket separately — |
I think I see the problem - the Paket for some reason (which I don't know yet) doesn't returns list of plugins - only element visible on So it's definitely plugin bug, but still for some reason Paket is not returning search results. |
Hmm... looks like I get search results from command line. Will investigate bit more |
@forki: When I fire |
Maybe it doesn't find the right paket.dependencies to look up the nuget
|
I'm starting Paket in both cases from same directory Other thing is that I'm kinda sure it WAS working yesterday or 2 days ago - don't remember when i lasted used Paket plugin |
Ok will try to reproduce tomorrow.
|
yes I broke sorry about that |
I've also added in Paket.Atom some better behavior if Paket for any reason returns empty result - same bug could occurred if someone gave text which could not be found by nuget. Should be better now. |
Very good. Thanks |
I'm quite new to both atom and paket, so it might be a beginner mistake, but I guess we don't want them either.
I installed atom, the fsharp and paket plugin for atom. When I try to run
Add Nuget package
I get:When I run
paket install
from command line it seems to be working just fine though. Any ideas of what's wrong or anything I could do to help figure it out?The text was updated successfully, but these errors were encountered: