gpt4 book ai didi

cordova - TSD/DefinitelyTyped 安装目录而不是特定文件

转载 作者:搜寻专家 更新时间:2023-10-30 22:05:33 24 4
gpt4 key购买 nike

我需要在 TSD 存储库中安装整个目录,而不仅仅是一个目录。

例如,运行 tsd install cordova 只会下载 cordova 目录中的 cordova.d.ts 文件。我还需要 cordova.d.ts 中的引用,它们位于 cordova 目录内的 plugins 目录中。

所以,我需要像 tsd install cordova/* 这样的东西,它会下载 cordova 目录中的所有文件/文件夹。

关于这是如何可能的有什么想法吗?

编辑:

我尝试按照文档说明使用 -r 标志,但这是我得到的:

>> tsd 0.5.7
-> warning path reference not in index: plugins/BatteryStatus.d.ts
-> warning path reference not in index: plugins/Camera.d.ts
-> warning path reference not in index: plugins/Contacts.d.ts
-> warning path reference not in index: plugins/Device.d.ts
-> warning path reference not in index: plugins/DeviceMotion.d.ts
-> warning path reference not in index: plugins/DeviceOrientation.d.ts
-> warning path reference not in index: plugins/Dialogs.d.ts
-> warning path reference not in index: plugins/FileSystem.d.ts
-> warning path reference not in index: plugins/FileTransfer.d.ts
-> warning path reference not in index: plugins/Globalization.d.ts
-> warning path reference not in index: plugins/InAppBrowser.d.ts
-> warning path reference not in index: plugins/Media.d.ts
-> warning path reference not in index: plugins/MediaCapture.d.ts
-> warning path reference not in index: plugins/NetworkInformation.d.ts
-> warning path reference not in index: plugins/Push.d.ts
-> warning path reference not in index: plugins/Splashscreen.d.ts
-> warning path reference not in index: plugins/Vibration.d.ts
-> warning path reference not in index: plugins/WebSQL.d.ts

- cordova/cordova.d.ts : <head> : 2014-08-21 12:11

>> running install..
> skipped existing: cordova/cordova.d.ts

>> written zero files

它仍然只安装主 cordova/cordova.d.ts 文件。

最佳答案

这里的 TSD 作者:这是 0.5.x 上的一个已知问题,但在 0.6.0 中已解决:我现在随时将它发布到 npm,或者查看这张票以了解如何获得预发布:https://github.com/DefinitelyTyped/tsd/issues/100

然后在 0.6 中你可以这样做:

tsd install cordova/ -rs

关于cordova - TSD/DefinitelyTyped 安装目录而不是特定文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25429327/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com