Closed herquiloidehele closed 5 years ago
can someone answer this question please !!?
Hi! I was facing the same issue.
I fixed using
npm add --save @ionic-native/file@^4.0.0
thanks @jlcasasg .
thanks @jlcasasg
Also happens when you have a version of ionic-native
higher than ^4.0.0
Any solutions for Angular6/7 requiring @ionic/native/: "^5.1.0"? or alternative package to ImageLoader?
npm i -S ionic-image-loader@beta
npm i -S @ionic-native/ionic-webview
Do not forget to import { WebView } from '@ionic-native/ionic-webview/ngx';
and add WebView
to provider list in your app module.
update all file ionic-image-loader file with file/ngx from like 'import { File, FileEntry } from '@ionic-native/file/ngx';
I installed this package on my ionic 3 app and folowed all installation steps, but when i serve my project it shows this error