Build Errors #94
-
Hi! I'm having the following issue. My build was working fine. But since I added your library I'm getting the following errors:
Do you know how could I fix this? Thanks!! |
Beta Was this translation helpful? Give feedback.
Answered by
rocioferreiro
Sep 13, 2024
Replies: 1 comment 16 replies
-
@rocioferreiro I can see you are using Nest framework. Can you paste the errsole configuration code without any sensitive data. |
Beta Was this translation helpful? Give feedback.
16 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok, fixed! Turns out your package is incompatible with any version of class-validator below 0.14.1. Thats why I got those errors when adding errsole to the project. Thanks!!
"class-validator": "^0.14.1",
"errsole": "^2.10.1",
"errsole-sequelize": "^2.0.0",
Fixes the issue.