<@U01JVDKASAC> Is there a way for me to initialise...
# sst
g
@Frank Is there a way for me to initialise the project without having to install the packages needed? e.g
npm init serverless-stack@latest my-sst-app -- --language typescript --skip-install
I looked at the code and it's not supported. I would like to add this if that's okay with you.
f
Hey @geekmidas, I’m curious.. what’s an use case for this?
g
I’m probably the only person using it this way, but I have a template that generates a new set project with all the linting, tests and configs that we use at my company. The process takes long to complete, I think it's because It's running in a child process and I need to do some installs myself so it would be nice to just do that on my side when I complete the setup.
f
Ah I see.. Yeah, I’m up for adding the
--skip-install
flag.