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).
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.