Preflight Checklist
Problem Description
Trying to run the latest version of twilio-node on Cloudflare Worker local dev with nodejs_compat enabled fails for me with:
2:42:20 PM [vite] Internal server error: Cannot read properties of undefined (reading 'fd')
at async ProxyServer.fetch (file:///Users/anton/local/repos/lunavibez/node_modules/.pnpm/miniflare@4.20250525.0/node_modules/miniflare/src/workers/core/proxy.worker.ts:173:11) (x2)
According to this sample project it should work however: https://github.com/craigsdennis/twilio-cloudflare-workflow
Proposed Solution
It would be nice to be able to use the twilio sdk in any javascript runtime, not limited to node.
Alternatives Considered
making HTTP-calls without types
Additional Information
No response
Preflight Checklist
Problem Description
Trying to run the latest version of twilio-node on Cloudflare Worker local dev with
nodejs_compatenabled fails for me with:According to this sample project it should work however: https://github.com/craigsdennis/twilio-cloudflare-workflow
Proposed Solution
It would be nice to be able to use the
twiliosdk in any javascript runtime, not limited to node.Alternatives Considered
making HTTP-calls without types
Additional Information
No response