Ashleigh Simonelli
Ashleigh Simonelli
Have you tried awaiting the container before the get? Like so? ```ts const app = await NestFactory.create(AppModule); await app.init(); const config = app.get(ConfigService); ```
@dmitrirussu I'm currently using 13.6.0. Can you share with me your setup?
hmmm ok, thanks guys @arvinsingla @alexk4. I'll take a look into it. Strange it's this version only.
@arvinsingla ok so I cloned your repo, installed with npm, ran node with version 12.6.0, used both `npm run start` and `npm run start:dev` and this was my result What...
The only difference I could find was with `nest`. Globally I have nest 6.6.3, in your project you have 6.14.2. However! Running `node_modules/.bin/nest start --watch` it works locally! I tried...
Sorry for taking ages guys. I've just resigned from the stressful job that I had so I now have all the time in the world! Will release the fix now!
1.4.6 has been released wih @romamd changes! Thanks for taking the time and solving the issue!
I added the reflect-metadata types and that resolved my problem `yarn add --dev @types/reflect-metadata`
Hi @tkausl I made a bit of a mistake with this. I wrote this package well over a year ago and started writing tests a week ago. I realised I...
Ahh sorry, I use this heavily with nestjs so my implementation might be a lot different to yours!