tsd icon indicating copy to clipboard operation
tsd copied to clipboard

Cannot install jquery with tsd

Open hiejulia opened this issue 8 years ago • 2 comments

I am beginner to tsd, I tried to install angular-material using tsd through these commands : +tsd query angular +tsd query angular-material +tsd install angular angular-material --save

However, as I expected should have jquery also, but there was no jquery, only angular and angular-material in typings folder.

Trying to find if someone has the same issues with me or not, but I have not found anything.

Please I really appreciate any help.

Thank you so much :)

hiejulia avatar Dec 23 '16 12:12 hiejulia

See #269

Narvalex avatar Jan 16 '17 16:01 Narvalex

Ok, I have typings installed and I have this config file now:

{
  "name": "Demo",
  "dependencies": {}
}

How to install jQuery now?

ok, I got it, but still don't know what dt~ is for...

typings install dt~jquery --global --save

Legends avatar Feb 22 '17 22:02 Legends