It looks like when you do a boilerplate install of...
# sst
c
It looks like when you do a boilerplate install of SST using
npx create-serverless-stack@latest
- • it installs an older version (0.4.5) • has a lot of dependencies vulnerabilities - I see some older posts on this and a pending backlog issue, but should it be a concern with this many high and critical warnings?
t
I think I attempted to fix #2 on my first week but ran into some confusion. I can give this a shot again this week
Weird about installing an older version, will check
c
Thanks Dax. Am I also doing something dumb that would cause the update error in next comment below?
a
@Clayton could you check if you have
create-serverless-stack
installed globally. That could be one of the reasons for the older version being installed.
c
@Ashishkumar Pandey thanks – as far as I can it looks like I don’t
create-serverless-stack
have installed globally.
a
great, I had a similar issue with
create-react-app
once, this was the issue.
c
Yeah, I’ll have to see if I bump into it again. Was able to manually get things updated. There are decent odds it was something local or a user-inflicted wound