-
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
"[email protected]" does not satisfy dependency plugin requirement #236
Comments
Hello @hughknaus, You can try to increase the dependency on our plugin. (Create a PR and we will do some tests and merge it)
or you can do the reverse. Regards, |
PR: Update dependency of cordova-plugin-file version -- #237 Does fix the build issue and initial tests around uploading appear okay. |
Hello @hughknaus, Will test the PR and let you know. Regards, |
Hello @hughknaus, This version of apache/cordova-plugin-file#526 The link above address this issue. Regards, |
@zfir Yeah, I believe we were running into it on Android as well. iOS seemed to be okay though. What are the plans for resolving these issues? Do you know the timeframe for resolution? |
Hello @hughknaus, No idea. We need to wait for Apache to release a new version. For now, I would recommend you to try to downgrade the dependency of Regards, |
I'm using |
fixed |
Trying to use
cordova-plugin-file-transfer
in the same project that I'm usingcordova-plugin-background-upload
. However, withionic repair
the corodova prepare phase fails with:cordova-plugin-background-upload
has a dependency on[email protected]
whilecordova-plugin-file-transfer
has a dependency ofcordova-plugin-file@>=7.0.0
, how can these be used in the same project with the dependency disparity?Snippet from my package.json:
The text was updated successfully, but these errors were encountered: