-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to install 2.0.7 #267
Comments
Hello @albertleao, What version of node and npm are you using? I was able to include it in these version as shown in the above screenshot. |
Node 14.16.1 Will attempt with your version. |
Also tried on a brand new cordova project and got the same error |
Hello @albertleao, Is it possible to send me your package.json? I am not able to reproduce it on my side. |
issue is also happening on 10.1.1 now.
|
When you say it installs for you, is it actually working? Depending on my config, i can get it to install but I haven't gotten it to actually upload anything |
What version of gradle are you using? |
Hello @albertleao, So you are were able to fixed the error I have tested by copying all the plugins(in your package.json) in a new project and was not able to reproduce the error. As for the Gradle version, I am using is |
Are you adding via npm or using cordova plugin add? Still 0 luck installing and using this plugin. Worked fine a few months ago. |
After tweaking a bunch of settings I managed to get it to install but now running into this issue
|
Hello @albertleao, Have you installed another version of background upload before, the latest versions(4.0....)? If you have done that, try to clear data/cache on the device that you are testing. Another possibility is that another plugin is using the SQLite Database. For that, I will recommend you to install the latest version
|
So the latest dev version blows up with the error here: #183
And version 2.0.7 doesn't install after running
cordova plugin add @spoonconsulting/cordova-plugin-background-upload@2.0.7 --save
This is on a brand new cordova project with no other plugins. Issue doesn't happen if i revert android back to 10
The text was updated successfully, but these errors were encountered: