MichalLytek / class-transformer-validator

A simple plugin for class-transformer and class-validator which combines them in a nice and programmer-friendly API.
MIT License
200 stars 19 forks source link

Class Validator Peer Dependency Error #25

Closed iamomiid closed 4 years ago

iamomiid commented 4 years ago

This is my package.json dependencies:

"class-transformer-validator": "^0.8.0",
"class-validator": "^0.11.0",

and I'm getting yarn error: "class-transformer-validator#class-validator@^0.10.1" doesn't satisfy found match of "class-validator@0.11.1"

Xetatronics commented 4 years ago

same issue here with npm: npm WARN class-transformer-validator@0.8.0 requires a peer of class-validator@^0.10.1 but none is installed. You must install peer dependencies yourself.

This warning keeps displaying and pollutes the console, however everything is working fine.

MichalLytek commented 4 years ago

Should be fixed in v0.9.0 🚀