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

Various problems using nuget #214

Open
stefanolson opened this issue Nov 13, 2013 · 7 comments
Open

Various problems using nuget #214

stefanolson opened this issue Nov 13, 2013 · 7 comments

Comments

@stefanolson
Copy link

I'm trying to install the nuget package into my application. Unfortunately the documentation here is not particularly clear on what to do:
https://github.com/squirrel/Squirrel.Windows/wiki/QuickStart

It says do this:
•Install-Package Squirrel -Project TestApp

To which the package manager says:
Install-Package : Unable to find package 'Squirrel'.
At line:1 char:1

  • Install-Package Squirrel -Project UserManager
  • - CategoryInfo          : NotSpecified: (:) [Install-Package], InvalidOperationException
    - FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
    
    

so I try using the much easier nuget UI, and I find three different squirrel packages. So I installed the client one, expecting to find the nuspec file described in the previously mentioned documentation, but can't see that, so I then try and install the Squirrel.WiXUiClient, not being in any way sure what the difference between the two is :-) anyway, the second one won't install: "Updating 'Rx-Main 2.1.30214.0' to 'Rx-Main 2.0.21030' failed. Unable to find versions of 'Squirrel.Core, Squirrel.Client' that are compatible with 'Rx-Main 2.0.21030'." So I can't install that one.

Which package do I actually need to install?

@anaisbetts
Copy link
Contributor

This should be Install-Package Squirrel.Windows -Project UserManager. Somebody claimed our NuGet package name and is sitting on it

@stefanolson
Copy link
Author

Now get (vs 2013 .net 4.5 project):
Install-Package : Unable to find package 'Squirrel.Windows'.
At line:1 char:1

  • Install-Package Squirrel.Windows -Project UserManager
  • - CategoryInfo          : NotSpecified: (:) [Install-Package], InvalidOperationException
    - FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
    

@stefanolson
Copy link
Author

Install-Package Shimmer -Project UserManager
works but is 0.7.4

@shiftkey
Copy link
Contributor

@stefanolson @paulcbetts I have a different avenue to raise the package name issue, I'll pick this up tomorrow

@stefanolson stick to Shimmer for the moment, a future update will switch you over to Squirrel once we have our ducks all lined up. Apologies for the delays.

@stefanolson
Copy link
Author

@shiftkey Thanks

@bgrainger
Copy link
Contributor

@stefanolson I had the same trouble, and wrote down what I had to do to get Squirrel working; it might help with some of the problems you're experiencing.

@stefanolson
Copy link
Author

@bgrainger Thanks Bradley, that helped point me in the right direction.

akrisiun pushed a commit to akrisiun/Squirrel.Windows that referenced this issue Dec 2, 2015
…s-reporting

Enable more precise download progress
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

4 participants