`yarn sst update v1.1.2` is not updating and no co...
# general
k
yarn sst update v1.1.2
is not updating and no console errors…any suggestions?
s
I’ve never had this work for me (I use Yarn 3.x). so I just update SST to the latest, then look at the version of CDK used by it (
node_modules/@serverless-stack/resources/package.json
->
aws-cdk-lib
) and manually change those version #s in my project, then run yarn again
t
@kfor90 think there's a typo in the release, don't need the "v"
o
@Sam Hulick im working on a monorepo and I do the updates in the same way 🤭