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

victor-guoyu picture victor-guoyu  路  3Comments

alisabzevari picture alisabzevari  路  3Comments

variousauthors picture variousauthors  路  3Comments

jrmcdona picture jrmcdona  路  3Comments

Loghorn picture Loghorn  路  3Comments