ERROR: Could not resolve "chromium-bidi"

SYNTHETICS_API_KEY=xxx DEBUG=synthetics NODE_ENV=production npx @elastic/synthetics push --yes

any idea why i cant push the code into my own elastic server?

Error: Build failed with 2 errors:
node_modules/playwright-core/lib/server/bidi/bidiOverCdp.js:7:49: ERROR: Could not resolve "chromium-bidi/lib/cjs/bidiMapper/BidiMapper"
node_modules/playwright-core/lib/server/bidi/bidiOverCdp.js:8:56: ERROR: Could not resolve "chromium-bidi/lib/cjs/cdp/CdpConnection"
    at failureErrorWithLog (/Users/limxf/Documents/govtech/cmp_sgts/cmp-journey/node_modules/esbuild/lib/main.js:1476:15)
    at /Users/limxf/Documents/govtech/cmp_sgts/cmp-journey/node_modules/esbuild/lib/main.js:945:25
    at runOnEndCallbacks (/Users/limxf/Documents/govtech/cmp_sgts/cmp-journey/node_modules/esbuild/lib/main.js:1316:45)
    at buildResponseToResult (/Users/limxf/Documents/govtech/cmp_sgts/cmp-journey/node_modules/esbuild/lib/main.js:943:7)
    at /Users/limxf/Documents/govtech/cmp_sgts/cmp-journey/node_modules/esbuild/lib/main.js:970:16
    at responseCallbacks.<computed> (/Users/limxf/Documents/govtech/cmp_sgts/cmp-journey/node_modules/esbuild/lib/main.js:622:9)
    at handleIncomingPacket (/Users/limxf/Documents/govtech/cmp_sgts/cmp-journey/node_modules/esbuild/lib/main.js:677:12)
    at Socket.readFromStdout (/Users/limxf/Documents/govtech/cmp_sgts/cmp-journey/node_modules/esbuild/lib/main.js:600:7)
    at Socket.emit (node:events:518:28)
    at addChunk (node:internal/streams/readable:561:12) {
  errors: [Getter/Setter],
  warnings: [Getter/Setter]
}

package.json got the following dependencies

  "dependencies": {
    "@elastic/synthetics": "^1.19.0",
    "@types/node": "^22.9.1",
    "chance": "^1.1.12",
    "crypto-js": "^4.2.0",
    "date-fns": "^4.1.0",
    "dotenv": "^16.4.5",
    "path": "^0.12.7",
    "sheetjs": "^2.0.0",
    "ts-node": "^10.9.2"
  }

If i tried to include the chromium-bidi lib

npm install chromium-bidi

I will hit another error

Aborted: Bundled code 2279kB exceeds the recommended 1500kB limit. Please check the dependencies imported.

how do i resolve this issue?