Vinxi project such as solid-start doesn't work with Deno 2.0
Here is a repo: https://github.com/Ciantic/deno-solid-test
This most likely because Vinxi runs
node.exe
behind the scenes instead of deno.exe
.
It's notable that bun also has same error, but it can be fixed by using a flag --bun
that fakes bun.exe as node.exe.
Maybe deno needs similar functionality as bun.
GitHub
GitHub - Ciantic/deno-solid-test
Contribute to Ciantic/deno-solid-test development by creating an account on GitHub.
3 Replies
That sounds like a bug. Can you file an issue for that here https://github.com/denoland/deno/issues/new/choose ?
Okay, I opened bug report https://github.com/denoland/deno/issues/26492
GitHub
Vinxi project such as solid-start doesn't work with Deno 2.0 · Issu...
Deno version: deno --version deno 2.0.2 (stable, release, x86_64-pc-windows-msvc) v8 12.9.202.13-rusty typescript 5.6.2 Here is a repo: https://github.com/Ciantic/deno-solid-test This is most likel...
sweet, thanks!