Inversify.js – Reflect.hasOwnMetadata is not a function
It seems you will need to include the reflect-metadata package. Try adding an import to it in inversify.config.ts by doing: import “reflect-metadata”;
It seems you will need to include the reflect-metadata package. Try adding an import to it in inversify.config.ts by doing: import “reflect-metadata”;