got `errno: -32` when `wrangler dev`
I'm using
$ wrangler init
to init a project, change the code of worker.ts
, and run with wrangler dev
,
OS: Ubuntu 20.04
Node.js v18.16.0
Got error:
1 Reply
https://github.com/cloudflare/workers-sdk/issues/3301
It sounds like we should update to Ubuntu 22.04 and
sudo apt install libc++-dev libc++abi-dev
GitHub
🐛 BUG: Cloudflare worker local development not...
Which Cloudflare product(s) does this pertain to? Workers for Platforms, Workers/Other, Wrangler What version of Wrangler are you using? 3.0.0 What operating system are you using? Linux (Ubuntu 22....