Open arizona2014 opened 5 years ago
May use 4.9.2 for both dependencies
try this:
npm install --save @ionic-native/file-transfer@4
npm install --save @ionic-native/file@4
from
https://ionicframework.com/docs/v3/native/file/ https://ionicframework.com/docs/v3/native/file-transfer/
try this:
npm install --save @ionic-native/file-transfer@4
npm install --save @ionic-native/file@4
from
https://ionicframework.com/docs/v3/native/file/ https://ionicframework.com/docs/v3/native/file-transfer/
This was the solution for my Ionic V3 solution.
But now i am getting Create directory fail [object Object] and some images are not dispayed
I've done exactly as in README.md and even took the versions from package.json and I'm still in dependency hell. If its not a problem of file plugin version, its android version. If that is ok then its IonicImageCacheHelperProvider problem.
I know versions of everything changes each second, but at least if you provide a configuration that works we can base on that.