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
[ng] ERROR in Failed to compile entry-point ionic-cache due to compilation errors:
[ng] node_modules/@ionic/storage/index.d.ts(5,52): error TS-996005: IonicStorageModule.forRoot returns a ModuleWithProviders type without a generic type argument. Please add a generic type argument to the ModuleWithProviders type. If this occurrence is in library code you don't control, please contact the library authors.
[ng]
If the app has been previously built before Ionic Cache is referenced in the app.module.ts, it seems to work fine, but if the app has not previously been built, it does not seem to work, and build crashes with the above error.
Related: ionic-team/ionic-storage#177
If the app has been previously built before Ionic Cache is referenced in the app.module.ts, it seems to work fine, but if the app has not previously been built, it does not seem to work, and build crashes with the above error.
The text was updated successfully, but these errors were encountered: