Module not found: Error: Can't resolve 'class-transformer/storage' - Angular Universal / NestJs
Solution 1:
Just faced the exact problem, and when I saw your post my glance of hope just disappeared after I saw the date and zero answers :P
Anyway, ended up here https://github.com/typestack/class-transformer/issues/563 to finally downgrading the class-transformer package to 0.3.1
Worked for me and I hope it does for you too:
npm install --save [email protected]
Couldn't make nestjs/ng-universal work though, but that's for another question.
Best regards and stay safe,
José Ignacio