breautek commented on issue #584: URL: https://github.com/apache/cordova-plugin-file/issues/584#issuecomment-2132207098
If you have attempted to install v8, make sure you use `cordova plugin remove cordova-plugin-file` to uninstall the plugin (or whatever the ionic equivalent command is that triggers the cordova command). Cordova plugin has a downloaded and installed (for each platform) state. This part I don't really like about Cordova but if you're attempting to install a different version of a plugin that is already downloaded (e.g. it exists inside `/plugins/`) then it will ignore the download, even if it's not the same version and will install the version that is already stored in `/plugins/`, even if it's not the same version being requested. I feel like this might be what you're experiencing, it's definitely not intuitive behaviour. -- 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-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org