Hey all! Was trying to get up and running with the websocket api construct, tried the following:
• npx create-serverless-stack@latest --example websocket
• cd websocket
• npm run start
and ran into the following error:
t
thdxr
03/21/2022, 12:36 AM
we have an issue right now where our examples install old versions of sst, can you run
sst update
to jump to the latest version
t
Theo Ballew
03/21/2022, 2:43 AM
• npx create-serverless-stack@latest --example websocket
• cd websocket
• npx sst update
• npm run start
Same error 😞