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/formidable@3.5.1/node_modules/formidable/src/VolatileFile.js:3:9:
3 │ import { createHash } from 'node:crypto';
▲ [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\formidable@3.5.1\node_modules\formidable\src\Formidable.js
node_modules/.pnpm/formidable@3.5.1/node_modules/formidable/src/VolatileFile.js:3:9:
3 │ import { createHash } from 'node:crypto';
Cloudflare Docs
Implemented Node.js runtime APIs and enablement instructions for your Worker project.
