examples icon indicating copy to clipboard operation
examples copied to clipboard

How to fix the error

Open hongling2511 opened this issue 1 year ago • 0 comments

this is the error message

TypeError [ERR_INVALID_ARG_TYPE]: The "strategy" argument must be of type object. Received type number (0) at new ReadableStream (node:internal/webstreams/readablestream:254:5) at safeReadableStreamFrom (/Users/hongling/hands-dirty/hono/examples/node_modules/miniflare/dist/src/index.js:8358:10) at #handleLoopback (/Users/hongling/hands-dirty/hono/examples/node_modules/miniflare/dist/src/index.js:8520:36) at Server.emit (node:events:531:35) at parserOnIncoming (node:_http_server:1137:12) at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17) { code: 'ERR_INVALID_ARG_TYPE' }

my env

  • npm version 10,5,0
  • yarn version 3.2.1
  • wrangler 3.41.0

hongling2511 avatar Mar 31 '24 11:03 hongling2511