web-dev-qa-db-fra.com

Comment installer jquery en utilisant des typages

utilisé:

typings install jquery --global

typings ERR! message Unable to find "jquery" ("npm") in the registry. Did you want to try searching another source? Also, if you want contribute these typings, please help us: https://github.com/typings/registry
typings ERR! caused by https://api.typings.org/entries/npm/jquery/versions/latest responded with 404, expected it to equal 200

Quelqu'un pourrait-il m'aider.

17
sathishkumar

Essayer:

typings install dt~jquery --global --save

ÉDITER:

de https://github.com/typings/typings#updating-from-0x-to-1

Si vous souhaitez installer à partir de DefinitelyTyped, soyez explicite (utilisez dt ~ --global). Par exemple: les typages installent dt ~ angular-component-router --global --save

(voir aussi le commentaire de Fidan Hakaj ci-dessous)

31
raphaëλ

Si vous utilisez TypeScript2.0 avec la commande:

npm install -g [email protected]

Vous pouvez installer jquery avec la commande:

npm install --save @ types/jquery