Closed cnly1987 closed 3 years ago
i found this issue also, i fix this by downgrade the "class-transformer" package to 0.3.1, you can remove the "^" mark on your package.json
"class-transformer" just released a new patch version which brings in breaking changes, that's not that good if you depend on semver like most of us do, I just asked them to be a bit more carefull here : https://github.com/typestack/class-transformer/issues/553
thank you! @opunbuds @kevincodecookies class-transformer" remove the "^" on my package.json, it's work!
this is my package.json, class-transformer have installed.