我正在尝试获取 ngCordova 类型,但 tsd 和类型均失败:
如果我执行:
tsd install ng-cordova --save
它输出;
零结果
如果我执行:
typings install dt~ng-cordova --save --global
它输出:
打字错误!消息无法在注册表中找到“ng-cordova”(“dt”)。您想尝试搜索其他来源吗?另外,如果您想贡献这些类型,请帮助我们: https ://github.com/typings/registry typings 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 的类型?