| ▲ | catapart 2 hours ago | |||||||||||||||||||||||||
unfortunately, while the project is in the public domain, it's pre-alpha so I haven't made the repo public yet. but the project is structured the same as another public domain project I've built, and I just checked to make sure it has the same issue. I've gone ahead and made that project public so you can give it a try[0]. but, just to be clear, I don't think the message is wrong? The Node version on this machine is out of date. And when comparing the deno.lock file to the bun.lock file, I can see that the deno.lock has a slightly newer version (8.1 vs 8.0) of vite. So I think the message could be correct and is just telling me to update my version of Node, which is perfectly reasonable. It's just the discrepancy between not needing the newer version of vite/node on bun while invoking an error using deno. Feels like I should have either gotten perfectly matching versions, or error messages (with commands) to update node. in any case, if you're still interested in seeing the error yourself, my steps were: 1. clone the repo 2. run deno install 3. run deno task dev | ||||||||||||||||||||||||||
| ▲ | nwhit an hour ago | parent | next [-] | |||||||||||||||||||||||||
What node version do you have installed? I cannot reproduce the issue on that repo, I've tried with node versions all the way back to node 12. | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
| ▲ | WorldMaker an hour ago | parent | prev [-] | |||||||||||||||||||||||||
The release notes here indicate that if a script shells out to node and you have a node installed Deno lets the installed node run instead of its own shim. | ||||||||||||||||||||||||||