Ciantic
Explore posts from serversVinxi 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.
4 replies