2016-05-30 6 views
2

が欠けているように見えるタイピングは、私がngCordovaのタイピングを取得しようとしているが、TSDとタイピングの両方が失敗し

tsd install ng-cordova --save 

それを出力し、私が実行した場合

ゼロ結果

typings install dt~ng-cordova --save --global 

それは出力:

タイピングがERR!メッセージ レジストリに "ng-cordova"( "dt")が見つかりません。別のソースを検索しようとしましたか?また、 でこれらの入力に貢献したい場合は、Googleまでお問い合わせください。 https://github.com/typings/registry入力ERR! https://api.typings.org/entries/dt/ng-cordova/versions/latest によって引き起こされ、404で応答し、それは200

私も探してみましたが、見た目のいずれか

tsd query ng-cordova 

なし出力に等しくなるように期待。

ゼロ

typings search --name ng-cordova 

出力結果がありません:ngCordovaのタイピングで何が起こった検索

見つかりませ結果

を?彼らがそこにいることを知っています:https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/ng-cordova

ngCordovaの入力方法を教えてください。

答えて

4

は、個々のng-cordovaサービスのためのすべてのタイピングを検索するために、以下の使用してみてください:

typings search ng-cordova 

これは


ng- UPDATED 17 17のNAME SOURCE HOMEPAGE説明バージョンの表示結果を返します。コードバス/アクションシートdt https://github.com/driftyco/ng-cordova 1 2016-03-16T17:18:10.000Z ng-cordova/appavailability dt https://github.com/driftyco/ng-cordova 1 2016-03-16T17:18:10.000Z ng-cordova/app-version dt https://github.com/driftyco/ng-cordova 1 2016-03-16T17:18:10.000Z ng-cordova/badge dt https://github.com/driftyco/ng-cordova 1 2016-03-16T17:18:10.000 Z ng-cordova /カメラdt https://github.com/driftyco/ng-cordova 1 2016-03-16T17:18:10。000Z NG-コルドバ/日付ピッカーDT https://github.com/VitaliiBlagodir/cordova-plugin-datepicker
NG-コルドバ/デバイスDT https://github.com/driftyco/ng-cordova 1 2016-03-16T17:18:18:10.000Z NG 10.000Z NG-コルドバ/ devicemotion https://github.com/driftyco/ng-cordova 1 2016-03-16T17 DT -cordova/deviceorientation DT https://github.com/driftyco/ng-cordova 1 2016-03-16T17:18:18:10.000Z NG-コルドバ/ダイアログがhttps://github.com/driftyco/ng-cordova 1 2016-03-16T17をDT 10.000Z NG-コルドバ/ emailcomposer https://github.com/driftyco/ng-cordova 1 2016-03-16T17 DT :18:10.000Z ng-cordova /ファイルdt https://github.com/driftyco/ng-cordova 1 2016-03-16T17:18:10.000Z ng-cordova/filetransfer dt https://github.com/driftyco/ng-cordova 1 2016-03-16T17:18:10.000Z NG-コルドバ/地理位置https://github.com/driftyco/ng-cordova 1 2016-03-16T17 DT:18:10.000Z NG-コルドバ/ネットワークDT https://github.com/driftyco/ng-cordova 1 2016-03-16T17:18:10.000Z NG-コルドバ/トーストDT https://github.com/driftyco/ng-cordova 1 2016から03 18:10.000Z -16T17 NG-コルドバ/ https://github.com/driftyco/ng-cordova 1 2015-12-02T00 dtはTSD:06:10.000Z

したがって、上記の結果に基づいて、あなたのように特定の入力を検索することができます。

typings search ng-cordova/toast 

入力を見つけたら、次のように入力してください:

typings install ng-cordova/toast 

注:タイピングバージョン0.8.1

+0

と上記のすべての作品は、それはタイピングが〜NG-コルドバ/トースト--global' DTをインストールし 'すべきではありませんか? – rinogo

関連する問題