Definitelytyped: @types/jquery suddently having typings error.

Created on 16 Jun 2017  ·  3Comments  ·  Source: DefinitelyTyped/DefinitelyTyped

Hi,

Just want to mention that when I tried to download the latest typings for jquery, I suddenly got a lot of typings error.

I tried to using my old typings for jquery by just copying it inside of @types/jquery and its working.

I checked @types/jquery and it seems that it just been updated a couple of hours ago.

Can this be the cause of this?

PS. I tried to paste some files here but even if its .zip for some reason it won't accept it.

Thanks!
Jude Alquiza.

Most helpful comment

I had this problem with angular pulling in the new jquery typings, I've worked around it by adding
"@types/jquery": "2.0.46",
to my package.json dependencies

All 3 comments

I had this problem with angular pulling in the new jquery typings, I've worked around it by adding
"@types/jquery": "2.0.46",
to my package.json dependencies

@redwyre thanks, did what you suggested and it worked! :)

For reference, the problem is that the @types/angular's package.json has its dependency on @types/jquery set to *.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

JWT
svipas picture svipas  ·  3Comments

victor-guoyu picture victor-guoyu  ·  3Comments

jgoz picture jgoz  ·  3Comments

Loghorn picture Loghorn  ·  3Comments

jbreckmckye picture jbreckmckye  ·  3Comments