Open
Description
Which Cloudflare product(s) does this pertain to?
Wrangler
What versions are you using?
3.105.1 [Wrangler[, v22.13.1 [Node.js]
What operating system and version are you using?
WSL , Ubuntu 20.04.4 LTS
Please provide a link to a minimal reproduction
No response
Describe the Bug
I just followed the tutorial from https://developers.cloudflare.com/workers/get-started/guide/, on the part of installing wrangler. I ran npx wrangler dev
in my directory worker folder and got error of
<my-project-worker-path>/node_modules/@cloudflare/workerd-linux-64/bin/workerd: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found <my-project-worker-path>/node_modules/@cloudflare/workerd-linux-64/bin/workerd)
I have tested
sudo apt update
sudo apt install libc6
But still not working
Please provide any relevant error logs
Error on my terminal
I got warning previously before I did the npx wrangler dev
npm warn deprecated rollup-plugin-inject@3.0.2: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-inject.
npm warn deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead
Then the following error during npx wrangler dev
<my-project-worker-path>/node_modules/@cloudflare/workerd-linux-64/bin/workerd: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found <my-project-worker-path>/node_modules/@cloudflare/workerd-linux-64/bin/workerd)
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Backlog