hello, I have created new cloudflare app. after installing when i ran the command `npm run dev ` / `

hello, I have created new cloudflare app. after installing when i ran the command
npm run dev 
/
npm start
te following error is thrown, can anyone help me why is this happening.
error:
 node_modules\wrangler\wrangler-dist\cli.js:29765
            throw a;
            ^

Error: write EOF
    at WriteWrap.onWriteComplete [as oncomplete] (node:internal/stream_base_commons:94:16)
    at WriteWrap.callbackTrampoline (node:internal/async_hooks:130:17) {
  errno: -4095,
  code: 'EOF',
  syscall: 'write'
}

Node.js v18.18.2
Was this page helpful?