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
{{ message }}
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.
providers: [ StatusBar, SplashScreen, { provide: RouteReuseStrategy, useClass: IonicRouteStrategy }, { provide: FirestoreSettingsToken, useValue: {} }, QRScanner, FoxDevService, AppSettingController, CouponController, PartyEventController, StorageController, UserProfileController, AuthenticateService, OpenNativeSettings, Screenshot ],
Expection after 'ionic serve'
got error in console Uncaught TypeError: Object(...) is not a function at index.js:139 at Module../node_modules/@ionic-native/screenshot/index.js (index.js:148) at __webpack_require__ (bootstrap:83) at Module../src/app/app.module.ts (app.component.ts:11) at __webpack_require__ (bootstrap:83) at Module../src/main.ts (main.ts:1) at __webpack_require__ (bootstrap:83) at Object.0 (main.ts:12)
I updated to latest version now
I inserted the Screenshot in providers.
providers: [ StatusBar, SplashScreen, { provide: RouteReuseStrategy, useClass: IonicRouteStrategy }, { provide: FirestoreSettingsToken, useValue: {} }, QRScanner, FoxDevService, AppSettingController, CouponController, PartyEventController, StorageController, UserProfileController, AuthenticateService, OpenNativeSettings, Screenshot ],
Expection after 'ionic serve'
got error in console
Uncaught TypeError: Object(...) is not a function at index.js:139 at Module../node_modules/@ionic-native/screenshot/index.js (index.js:148) at __webpack_require__ (bootstrap:83) at Module../src/app/app.module.ts (app.component.ts:11) at __webpack_require__ (bootstrap:83) at Module../src/main.ts (main.ts:1) at __webpack_require__ (bootstrap:83) at Object.0 (main.ts:12)
Any idea how to get it work?
See screenshot of chrome debugger
The text was updated successfully, but these errors were encountered: