Flutterwave Angular Ivy issue
I get this after installing the package and adding to my module imports,
FlutterwaveModule' does not appear to be an NgModule class.(-996002) flutterwave.module.d.ts(1, 22): This likely means that the library (flutterwave-angular-v3) which declares FlutterwaveModule is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.
@AntisocialDev Were you able to resolve this? I am experiencing the same thing
Is there a solution for this? It's 2024
I'm experiencing the same issue `Error: node_modules/flutterwave-angular-v3/lib/flutterwave.service.d.ts:1:22 - error TS6053: File '..../projects/flutterwave-angular-v3/src/index.d.ts' not found.
1 ///
I'm experiencing the same issue `Error: node_modules/flutterwave-angular-v3/lib/flutterwave.service.d.ts:1:22 - error TS6053: File '..../projects/flutterwave-angular-v3/src/index.d.ts' not found.
1 /// `
deleting that line worked for me
When we try the module
it throws the error
Error: node_modules/flutterwave-angular-v3/lib/flutterwave.service.d.ts:1:22 - error TS6053: File '/app/projects/flutterwave-angular-v3/src/index.d.ts' not found. /// <reference path="../../../projects/flutterwave-angular-v3/src/index.d.ts" />
on checking the file, removing the first / backslash solved the problem or simply deleting the line on my local.
but the problem arises when you make a deployment, it means whenever you make a deployment, you have to go into your server and repeat the process. Which isn't all that good. so we pleading help us remove the / from your end.