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
Can't import ionic-cache in Ionic 5 / Angular 11 project due to change in @ionic/storage lib.
It seems that IonicStorageModule is no more a member of @ionic/storage in angular but need to come from @ionic/storage-angular
I had to change it manually in the node-modules.
[ng] Compiling ionic-cache : module as esm5 [ng] Error: Failed to compile entry-point ionic-cache (module as esm5) due to compilation errors: [ng] node_modules/ionic-cache/dist/cache.module.js:31:30 - error NG1010: Value at position 0 in the NgModule.imports of CacheModule is not a reference [ng] Value could not be determined statically. [ng] 31 imports: [ [ng] ~ [ng] 32 IonicStorageModule.forRoot({ [ng] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ng] ... [ng] 35 }) [ng] ~~~~~~~~~~~~~~~~~~~~~~~~~~ [ng] 36 ] [ng] ~~~~~~~~~~~~~~~~~~~~~ [ng] node_modules/ionic-cache/dist/cache.module.js:32:25 [ng] 32 IonicStorageModule.forRoot({ [ng] ~~~~~~~~~~~~~~~~~~~~~~~~~~ [ng] Unable to evaluate this expression statically. [ng] node_modules/ionic-cache/dist/cache.module.js:32:25 [ng] 32 IonicStorageModule.forRoot({ [ng] ~~~~~~~~~~~~~~~~~~ [ng] Unknown reference. [ng] Compiling ionic-cache : module as esm5 [ng] An unhandled exception occurred: Failed to compile entry-point ionic-cache (moduleas esm5) due to compilation errors: [ng] node_modules/ionic-cache/dist/cache.module.js:31:30 - error NG1010: Value at position 0 in the NgModule.imports of CacheModule is not a reference [ng] Value could not be determined statically. [ng] 31 imports: [ [ng] ~ [ng] 32 IonicStorageModule.forRoot({ [ng] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ng] ... [ng] 35 }) [ng] ~~~~~~~~~~~~~~~~~~~~~~~~~~ [ng] 36 ] [ng] ~~~~~~~~~~~~~~~~~~~~~ [ng] node_modules/ionic-cache/dist/cache.module.js:32:25 [ng] 32 IonicStorageModule.forRoot({ [ng] ~~~~~~~~~~~~~~~~~~~~~~~~~~ [ng] Unable to evaluate this expression statically. [ng] node_modules/ionic-cache/dist/cache.module.js:32:25 [ng] 32 IonicStorageModule.forRoot({ [ng] ~~~~~~~~~~~~~~~~~~ [ng] Unknown reference.
The text was updated successfully, but these errors were encountered:
@dchedufa I copied this project into our sources directly and updated the references. Small lib, sucks to do it, probably should send a PR but so busy...
Can't import ionic-cache in Ionic 5 / Angular 11 project due to change in @ionic/storage lib.
It seems that IonicStorageModule is no more a member of
@ionic/storage
in angular but need to come from@ionic/storage-angular
I had to change it manually in the node-modules.
[ng] Compiling ionic-cache : module as esm5 [ng] Error: Failed to compile entry-point ionic-cache (
moduleas esm5) due to compilation errors: [ng] node_modules/ionic-cache/dist/cache.module.js:31:30 - error NG1010: Value at position 0 in the NgModule.imports of CacheModule is not a reference [ng] Value could not be determined statically. [ng] 31 imports: [ [ng] ~ [ng] 32 IonicStorageModule.forRoot({ [ng] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ng] ... [ng] 35 }) [ng] ~~~~~~~~~~~~~~~~~~~~~~~~~~ [ng] 36 ] [ng] ~~~~~~~~~~~~~~~~~~~~~ [ng] node_modules/ionic-cache/dist/cache.module.js:32:25 [ng] 32 IonicStorageModule.forRoot({ [ng] ~~~~~~~~~~~~~~~~~~~~~~~~~~ [ng] Unable to evaluate this expression statically. [ng] node_modules/ionic-cache/dist/cache.module.js:32:25 [ng] 32 IonicStorageModule.forRoot({ [ng] ~~~~~~~~~~~~~~~~~~ [ng] Unknown reference. [ng] Compiling ionic-cache : module as esm5 [ng] An unhandled exception occurred: Failed to compile entry-point ionic-cache (
moduleas esm5) due to compilation errors: [ng] node_modules/ionic-cache/dist/cache.module.js:31:30 - error NG1010: Value at position 0 in the NgModule.imports of CacheModule is not a reference [ng] Value could not be determined statically. [ng] 31 imports: [ [ng] ~ [ng] 32 IonicStorageModule.forRoot({ [ng] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ng] ... [ng] 35 }) [ng] ~~~~~~~~~~~~~~~~~~~~~~~~~~ [ng] 36 ] [ng] ~~~~~~~~~~~~~~~~~~~~~ [ng] node_modules/ionic-cache/dist/cache.module.js:32:25 [ng] 32 IonicStorageModule.forRoot({ [ng] ~~~~~~~~~~~~~~~~~~~~~~~~~~ [ng] Unable to evaluate this expression statically. [ng] node_modules/ionic-cache/dist/cache.module.js:32:25 [ng] 32 IonicStorageModule.forRoot({ [ng] ~~~~~~~~~~~~~~~~~~ [ng] Unknown reference.
The text was updated successfully, but these errors were encountered: