Ketty
Explore posts from serversCDCloudflare Developers
•Created by Ketty on 2/23/2024 in #workers-help
Did someone manage to work with SOAP API from workers?
I got error:
▲ [WARNING] The package "node:fs/promises" wasn't found on the file system but is built into node.
Your Worker may throw errors at runtime unless you enable the "nodejs_compat" compatibility flag.
Refer to https://developers.cloudflare.com/workers/runtime-apis/nodejs/ for more details. Imported
from:
- node_modules.pnpm\[email protected]\node_modules\formidable\src\Formidable.js
✘ [ERROR] No matching export in "node-modules-polyfills:crypto" for import "createHash"
node_modules/.pnpm/[email protected]/node_modules/formidable/src/VolatileFile.js:3:9:
3 │ import { createHash } from 'node:crypto';
node_modules/.pnpm/[email protected]/node_modules/formidable/src/VolatileFile.js:3:9:
3 │ import { createHash } from 'node:crypto';
6 replies