I have a custom factory package I built and used in a few little services so far. Just upgraded to 10.3 today, and now I am getting issues when trying to initialise a microservice.
Before going any deeper into the topic, I wanted to ask if anybody seen the infamous reflect-metadata issue while abstracting away modules into their own pre-compiled packages?
TypeError: Reflect.getMetadata is not a function
at /node-toolbox/node_modules/@nestjs/common/decorators/core/optional.decorator.js:22:34
at /node-toolbox/node_modules/tslib/tslib.js:111:41
The source code is here: https://github.com/adaliszk/node-toolbox/tree/release/packages/nestjs
Just hoping for some insight, this does not seem to be an issue when using the nest packages directly.