Giraffe
Explore posts from serversCDCloudflare Developers
•Created by Giraffe on 1/28/2025 in #workers-help
Dynamic require of "tty" is not supported
Hey! I'm running a long-time project that we are deploying on Vercel. I wanted to move it over to Cloudflare workers, but I've had few challenges along the way.
The most recent being this
Dynamic require of "tty" is not supported
when attempting to visit the site.
The project uses Sveltekit that builds with Rollup.
Is there any way to overcome this error? I don't know where to go from here. I've tried a few things with no luck.
Any ideas?3 replies
CDCloudflare Developers
•Created by Giraffe on 1/26/2025 in #workers-help
Bun install or Skip NPM install for Workers
Hello, I am trying to deploy from a monorepo that uses
Bun
. That means we have workspace dependencies.
I noticed the env SKIP_DEPENDENCY_INSTALL
for Cloudflare Pages, is there something similar ― or does someone have some insights into the way to go about this?10 replies