MikeBild / sveltekit-adapter-aws

A SvelteKit adapter for AWS using the AWS-CDK
MIT License
135 stars 31 forks source link

add cross-spawn to fix windows-bug #28

Closed hauerm closed 1 year ago

hauerm commented 1 year ago

To make the adapter run on windows I had to put nodejs into a folder without blanks (like "Program Files") and to add cross-spawn. I also upgraded the deps which worked fine on my side. But currently there is a bug in sveltejs/kit 1.7.1 regarding writeClient file-list: https://github.com/sveltejs/kit/issues/9093 (so I just upgraded this dep to 1.7.0).

Would be happy to contribute with these findings.