pietrzakadrian / nestjs-authentication-full

Source code from my NestJS Authentication Series 🔐

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No metadata for "AuthenticationRepository" was found.

rafasegat opened this issue · comments

Hi Adrian,

Please, could you help me with smthg.

This issue is showing: No metadata for "AuthenticationRepository" was found.",

Screen Shot 2022-09-27 at 9 12 23 am

When Execute is clicked

Here is my package.json
"dependencies": { "@hapi/joi": "^17.1.1", "@nestjs/common": "^9.0.0", "@nestjs/config": "^2.2.0", "@nestjs/core": "^9.0.0", "@nestjs/jwt": "^9.0.0", "@nestjs/passport": "^9.0.0", "@nestjs/platform-express": "^9.0.0", "@nestjs/swagger": "^6.1.2", "@nestjs/typeorm": "^9.0.1", "bcrypt": "^5.0.1", "class-transformer": "^0.5.1", "class-validator": "^0.13.2", "mysql2": "^2.3.3", "passport-jwt": "^4.0.0", "reflect-metadata": "^0.1.13", "rimraf": "^3.0.2", "rxjs": "^7.5.5", "swagger-ui-express": "^4.5.0", "typeorm": "^0.3.10" },

It's happening here on
Screen Shot 2022-09-27 at 9 28 44 am

Yeah, the issue is package versioning, I updated to the same as your project and worked fine.

Still investigating why it happened.