DefinitelyTyped / NugetAutomation

Automatically generate nuget packages for the DefinetlyTyped TypeScript definitions.
Other
26 stars 10 forks source link

cannot install angularjs.Typescript.DefinitelyTyped #15

Closed 5angel closed 9 years ago

5angel commented 9 years ago

Response status code does not indicate success: 400 (One of the request inputs is out of range.).

staxmanade commented 9 years ago

is this related? https://github.com/borisyankov/DefinitelyTyped/issues/4241

5angel commented 9 years ago

@staxmanade yup, that's it

staxmanade commented 9 years ago

Closing for now, let me know if there is anything more you have to add...

kelong commented 9 years ago

The same error with angular-ui.TypeScript.DefinitelyTyped.

basarat commented 9 years ago

@kelong have you tried the update : http://blog.nuget.org/20150226/nuget-3.0-beta2.html

kelong commented 9 years ago

@basarat Yes, it is not nuget related problem. Only those 2 packages can't install in cordova project.

basarat commented 9 years ago

@kelong And you are getting the same error response : 400?

kelong commented 9 years ago

Yes

Rgrds, Maciej Lelito

On Sun, May 31, 2015 at 2:32 PM -0700, "Basarat Ali Syed" notifications@github.com wrote:

@kelong And you are getting the same error response : 400?

— Reply to this email directly or view it on GitHub.

basarat commented 9 years ago

But it works in a new non Cordova project?

kelong commented 9 years ago

It doesn't matter. I created new blank project. I see that new version angularjs.TypeScript.DefinitelyTyped 3.9.2 came out, will test this out.

kelong commented 9 years ago

I have nuget 3.0.60410.213 installed for VS2015 RC. Nuget package manager don't even see 3.9.2 version of angularjs.TypeScript.DefinitelyTyped. When I try manually enter version: install-package angularjs.TypeScript.DefinitelyTyped -Version 3.9.2 still the same error: Response status code does not indicate success: 400 (One of the request inputs is out of range.).

basarat commented 9 years ago

I am on Visual Studio 2013 Update 4 and it works fine:

image

And since the version is available on nuget : https://www.nuget.org/packages/angularjs.TypeScript.DefinitelyTyped/ I'd prefer if you reported it here : https://nuget.codeplex.com/WorkItem/Create?ProjectName=nuget < I know a horrible url to give someone but last I checked this was the way to go :rose:

kelong commented 9 years ago

Ok, thanks.

basarat commented 9 years ago

Thanks. For reference of everyone else the issue now lives here : https://nuget.codeplex.com/workitem/8333

7NT commented 9 years ago

same problem, any solution? vs 2015, or does it works in vs2013?

kelong commented 9 years ago

Yes, it works on vs2013.