Mau Scheff
Mau Scheff
> Out of curiosity, did you install via `npm` as opposed to `brew`? I installed it with brew.
I do believe they were spawned by codex, but it could be something else, as that problem happened during a workflow when I was mostly using codex --full-auto on VSCode...
Ahh I see, interesting, I understand what happened now, makes sense. I don't know how you would get around it though. Seems like an OS level problem were parent processes...
Added new line at end of file
Full trace: ``` Task start vite VITE v7.1.5 ready in 821 ms ➜ Local: http://localhost:5173/ ➜ Network: use --host to expose ➜ press h + enter to show help 9:55:49...
It's still breaking for me on 2.1.1 - I'm blocked. ``` ❯ deno run dev Task dev vite VITE v7.1.5 ready in 1611 ms ➜ Local: http://localhost:5173/ ➜ Network: use...
A workaround has been suggested of excluding from bundling in vite.config if you only use the module server side. That suggestion allowed me to get the app to work, however,...
This now works with Fresh 2.1.2! Thank yo so much @marvinhagemeister 🎉
This shows up during `vite build` as well: ``` ✗ Build failed in 8.89s error during build: [vite]: Rollup failed to resolve import "npm:prismjs@^1.29" from "deno::0::https://jsr.io/@deno/gfm/0.11.0/mod.ts". This is most likely...