> :loudspeaker: Update 1 Since we're releasing ...
# general
t
📢 Update 1
Since we're releasing so often we made it easier to update sst + cdk - can run
npx/yarn sst update
to get the latest version and update CDK
a
Oh man, I was looking for that.
Due I use yarn and not npm.
m
yarn sst update
is failing for me with the following error:
Copy code
error Received malformed response from registry for "". The registry may be down.
info Visit <https://yarnpkg.com/en/docs/cli/add> for documentation about this command.
I think the reason is when the type is dependencies, its treating the blank string as the package name -> https://github.com/serverless-stack/serverless-stack/blob/master/packages/core/src/update/update.ts#L82
t
ah good catch will fix
Also noted an issue when
dependencies
are empty