Anyone ever had similar issues setting up one of t...
# help
n
Anyone ever had similar issues setting up one of the example repos? From what I can see, the command used for installation on this page should reference
typescript-monorepo
not just
typescript
but get issues either way atm 🤨
When it fails on the command with
typescript-monorepo
it also leaves all the sst project in my directory without deleting it... so potentially an issue i might raise in github as well
t
ah looks like we're having some issues on windows
can you also try
--example=<example>
instead of
--example <example>
n
Same deal 🤦‍♂️
tried with --example="<example>" as well
I mean it downloads the whole sst repo and just has an empty folder for the typescript example... So I can just copy over directly from the examples folder 😅
Happy to just raise this as an issue in github for now? And solution can be sorted later down the line?
t
Yes please - thanks
f
Just tried
yarn create serverless-stack --example rest-api
on windows, it failed for me as well. Opened an issue here - https://github.com/serverless-stack/serverless-stack/issues/951
@thdxr fails both for
--example rest-api
and
--example=rest-api
. I’m using a remote Windows desktop on Amazon WorkSpaces. Let me know how I can help w/ this.
t
I have windows so I can look into it
Will do tomorrow