Results 3 comments of Lox

same here with firebase-admin (12.0.0) ``` Warning: Not implemented: Http2Session.socket error: Uncaught (in promise) Error: connection error detected: frame with invalid size at async node:http2:596:24 ``` ``` deno 1.39.1 (release,...

no config to the adapter in `svelte.config.js` no prior error, the build looks fine, I guess its just a windows path error. Tested on linux (wsl2) and it works. when...

ah good to know where its coming from. When I hardcode the path to something windows understands it works, like: ``` builder.rimraf(`C:\\Users\\myuser\\code\myproj\\build\\/server.js`); ``` instead of `\\?\C:\Users\me\mycodefolder\build\server\` I think windows does...