Also, when you run `npx sst update 0.50.2` to try ...
# sst
c
Also, when you run
npx sst update 0.50.2
to try and update it errors out with
Unknown script "update"
t
I think something is going on where your npx is caching an old version of sst, from before update was an option
f
Or could it be that @Clayton is using an older version of SST that didn’t have the
update
script?
c
@Frank does ‘npx’ actually install SST? I was under the impression it was somehow called remotely
t
If you do it in a directory with node modules it'll use what's there
Which is what it seems like is going on
That version is too old and doesn't have the update command
c
Ah, gotcha, thanks Dax