You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2022/08/12 12:30:03 UTC

[GitHub] [cordova-plugin-media-capture] breautek commented on issue #255: About dependency plugin requirement "cordova-plugin-file@^4.0.0"

breautek commented on issue #255:
URL: https://github.com/apache/cordova-plugin-media-capture/issues/255#issuecomment-1213061728

   The error indicates that it couldn't install `cordova-plugin-media-capture` because it has a dependency on `cordova-plugin-file@5` but you have another plugin that expects version 4 of `cordova-plugin-file`. In other words, you have plugins that is incompatible with each other.
   
   `cordova-plugin-media-capture` depends on `cordova-plugin-file@5` in version 2, all of these versions are quite out-dated, many of which will have issues with modern platform versions. Therefore, it will likely be best to spend time to update all plugins and platform versions to their latest available. These upgrades will likely introduce breaking changes that you will have to work through, in both in required development tools as well as your application code.
   
   If you cannot upgrade packages for whatever reason, then you can _try_ using the `--force` flag when adding plugins which will forcefully install the version despite the version incompatibility, but things may break during application runtime. Milage will vary.
   
   Closing as not a bug.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org