DefinitelyTyped / tsd

[DEPRECATED] TypeScript Definition manager for DefinitelyTyped
Apache License 2.0
1.12k stars 135 forks source link

Cannot install jquery with tsd #296

Open hiejulia opened 7 years ago

hiejulia commented 7 years ago

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 :)

Narvalex commented 7 years ago

See #269

Legends commented 7 years ago

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