So... I get this on wrangler 3.0.0 > `.../node/v18.16.0/lib/node_modules/wrangler/node_modules/@clou

So... I get this on wrangler 3.0.0
.../node/v18.16.0/lib/node_modules/wrangler/node_modules/@cloudflare/workerd-linux-64/bin/workerd: error while loading shared libraries: libc++.so.1: cannot open shared object file: No such file or directory

And the aforementioned "EPIPE" error if I update to 3.0.1:

Emitted 'error' event on Socket instance at:
    at emitErrorNT (node:internal/streams/destroy:151:8)
    at emitErrorCloseNT (node:internal/streams/destroy:116:3)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
  errno: -32,
  code: 'EPIPE',
  syscall: 'write'
}

Node.js v18.16.0


I basically can't test any Worker functions rn 😭
Was this page helpful?