"Too many open files" running an Astro app with Deno 2.0
Hi all, I just tried to run a (fairly small) Astro app in Deno 2.0 by seeing if it could be as simple as:
deno install followed by deno run dev. It looks like it's starting up as normal (it shows the usual "astro v4.15.12 ready in 351 ms" and the URLs it's listening on) but then dies with the following message:
Any tips on how to address this?1 Reply
If u install with other package manager like pnpm/npm and then run with deno, the same thing happends?