Open rafasegat opened 2 years ago
Hi Adrian,
Please, could you help me with smthg.
This issue is showing: No metadata for "AuthenticationRepository" was found.",
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" },
"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
Yeah, the issue is package versioning, I updated to the same as your project and worked fine.
Still investigating why it happened.
Hi Adrian,
Please, could you help me with smthg.
This issue is showing: No metadata for "AuthenticationRepository" was found.",
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" },