When I try to load defaultEagerBinderModule I am getting the error below
"inversify": "5.0.1",
"inversify-binding-decorators": "4.0.0",
"inversify-config-injection": "0.0.2",
private container: Container = new Container({ defaultScope: "Singleton" });
this.container.load(defaultEagerBinderModule);
Argument of type 'import("/Users/st186061/Documents/workspace/vcm-data-ingestion/data-ingestion-lambda/node_modules/inversify-config-injection/node_modules/inversify/dts/container/container_module").ContainerModule' is not assignable to parameter of type 'import("/Users/st186061/Documents/workspace/vcm-data-ingestion/data-ingestion-lambda/node_modules/inversify/dts/interfaces/interfaces").interfaces.ContainerModule'.
Property 'id' is missing in type 'ContainerModule' but required in type 'ContainerModule'.ts(2345)
When I try to load defaultEagerBinderModule I am getting the error below
Argument of type 'import("/Users/st186061/Documents/workspace/vcm-data-ingestion/data-ingestion-lambda/node_modules/inversify-config-injection/node_modules/inversify/dts/container/container_module").ContainerModule' is not assignable to parameter of type 'import("/Users/st186061/Documents/workspace/vcm-data-ingestion/data-ingestion-lambda/node_modules/inversify/dts/interfaces/interfaces").interfaces.ContainerModule'.
Property 'id' is missing in type 'ContainerModule' but required in type 'ContainerModule'.ts(2345)