1
現在のtypescriptプロジェクトでmochaとchaiを設定しようとしています。レジストリに "dt〜mocha"( "npm")が見つかりません
私は同じことを実現するために、ページの下に通過しています: -
$ typings install dt~mocha --global --save
Ubuntuの中で上記のコマンド実行中に、私はエラーを取得しています: -
typings ERR! message Unable to find "dt~mocha" ("npm") in the registry. Did you want to try searching another source? Also, if you want to contribute these typings, please help us: https://github.com/typings/registry
typings ERR! caused by https://api.typings.org/entries/npm/dt~mocha/versions/latest responded with 404, expected it to equal 200
typings ERR! cwd /home/abhishek/Desktop/TypeScript/automation/jasmine
typings ERR! system Linux 3.19.0-47-generic
typings ERR! command "/usr/local/bin/node" "/usr/local/bin/typings" "install" "dt~mocha" "--global" "--save"
typings ERR! node -v v7.7.3
typings ERR! typings -v 0.8.1
typings ERR! If you need help, you may report this error at:
typings ERR! <https://github.com/typings/typings/issues>
Iインターネットを検索しようとしました。また、私はいくつかのことを試しましたが失敗しました。
私の問題をどのように修正できますか?