You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use ImagePicker into my fresh ionic capacitor application, on running it simulator is throwing Error: Type ImagePicker does not have 'ɵmod' property. error into console.
Here is my ionic info,
I'm trying to use ImagePicker into my fresh ionic capacitor application, on running it simulator is throwing Error: Type ImagePicker does not have 'ɵmod' property. error into console.
Here is my ionic info,
Ionic:
Ionic CLI : 6.12.4 (/usr/local/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/angular 5.5.4
@angular-devkit/build-angular : 0.1101.4
@angular-devkit/schematics : 11.1.4
@angular/cli : 11.1.4
@ionic/angular-toolkit : 3.1.0
Capacitor:
Capacitor CLI : 2.4.6
@capacitor/core : 2.4.6
Utility:
cordova-res : not installed
native-run : not installed
System:
NodeJS : v14.15.1 (/usr/local/bin/node)
npm : 6.14.8
OS : macOS Big Sur
I installed the plugin using the following commands.
npm install cordova-plugin-telerik-imagepicker
npm install @ionic-native/image-picker
The text was updated successfully, but these errors were encountered: