"Cloudflare Workers are not Node" Confusion #767
-
Hello! I'm trying to set up a SPA with SSR on Cloudflare Workers using vite-plugion-ssr. However I kept running into errors that pointed to the fact that apparently "Cloudflare Workers are not Node". Errors were about missing node modules and missing node itself. I'm about to try to switch to Cloudflare Pages, but I was just hoping I could get some clarification as to why vite-plugin-ssr needs node despite not having it available on Cloudflare Workers? Thanks for the code y'all wrote! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
See the first note of https://vite-plugin-ssr.com/cloudflare-workers and the issue it's referencing: #445. |
Beta Was this translation helpful? Give feedback.
See the first note of https://vite-plugin-ssr.com/cloudflare-workers and the issue it's referencing: #445.