Did you read the migration guide?
Is there an existing issue that is already proposing this?
Potential Commit/PR that introduced the regression
PR #72
Versions
0.13.3 -> 0.13.4
Describe the regression
Hi,
We upgraded to @nestjs/class-validator@0.13.4 and receive the following error during nest build:
Could not find a declaration file for module 'validator'.
Try `npm i --save-dev @types/validator` if it exists or add a new declaration (.d.ts) file containing `declare module 'validator';`
I saw that #72 removes the dependency.
Has this been an accidental merge issue or are we expected to install @types/validator ourselves?
Cheers,
Steffen
Minimum reproduction code
No response
Expected behavior
@nestjs/class-validator should work out-of-the-box.
Other
No response
Did you read the migration guide?
Is there an existing issue that is already proposing this?
Potential Commit/PR that introduced the regression
PR #72
Versions
0.13.3 -> 0.13.4
Describe the regression
Hi,
We upgraded to
@nestjs/class-validator@0.13.4and receive the following error duringnest build:I saw that #72 removes the dependency.
Has this been an accidental merge issue or are we expected to install
@types/validatorourselves?Cheers,
Steffen
Minimum reproduction code
No response
Expected behavior
@nestjs/class-validatorshould work out-of-the-box.Other
No response