web-dev-qa-db-ja.com

タイピングを使用してjqueryをインストールする方法

中古:

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

誰も私を助けることができます。

17
sathishkumar

試してください:

typings install dt~jquery --global --save

編集:

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

DefinitelyTypedからインストールする場合は、明示的に指定してください(dt〜--globalを使用)。例:タイピングインストールdt〜angular-component-router --global --save

(以下のFidan Hakajのコメントも参照してください)

31
raphaëλ

コマンドでTypeScript2.0を使用している場合:

npm install -g [email protected]

次のコマンドでjqueryをインストールできます。

npm install --save @ types/jquery