我已经安装了cordova插件来下载背景文件https://github.com/sgrebnov/cordova-plugin-background-download。最新版本为0.5.0,但安装后显示为0.0.2。
我的最新消息 科尔多瓦版本:9.0.0 和Android SDK:8.0.0
那么我该如何安装0.5.0版本?
我也尝试过
cordova插件添加cordova-plugin-background-download@0.5.0
和
cordova插件添加http://github.com/sgrebnov/cordova-plugin-background-download
没有工作
答案 0 :(得分:1)
0.0.2是npm上的最新发行版本,如此处所示:https://www.npmjs.com/package/cordova-plugin-background-download
要使用0.5.0,请将源设置为github存储库,例如:
<plugin name="cordova-plugin-background-download" spec="git+https://github.com/TheMattRay/cordova-plugin-background-download.git" />