I recently upgraded from "^1.1.2" , to "^2.1.0" and as a result i needed to install @aws-sdk/client-s3 to get my application working again. Could this be added to some documentation?
Sure, fair request.
Note that this is a side-effect of Payload requiring legacy-peer-deps option, which prevents npm from installing peer dependencies :(.
I recently upgraded from
"^1.1.2"
, to"^2.1.0"
and as a result i needed to install@aws-sdk/client-s3
to get my application working again. Could this be added to some documentation?