Bun not being recognized on Windows

Hey Vaadin Community :wave:

So, I wanted to try out Bun with Vaadin. I installed bun from bun.sh and it didn’t recognize it. After a bit of debugging, it seems Vaadin is searching for a “bun.cmd” file, but my bun install only has a “bun.exe” and “bunx.exe”. Is this a bug or am I just doing the bun install wrong?

It looks like a bug. Do you mind creating an issue on Vaadin Flow repository?

I am not a Windows user, but would it make a copy of the bun executable with the cmd extension be a feasible workaround?

Will make the bug report, yeah.

the cmd extension doesn’t seem to work though, not sure why it doesn’t though, technically it should have :thinking: