-
Notifications
You must be signed in to change notification settings - Fork 730
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 BUG: Failed to start worker dev #2583
Comments
Looks like you're missing some
|
Closing this as the above fix seems like the right solution. If this doesn't work, please re-open the issue. |
I might have run into something similar when I push my SvelteKit to Cloudflare Pages. It works when I run the local command: "npx wrangler pages dev --experimental-local --persist --compatibility-date=2023-04-03 -- npm run dev:vite". This is the error log from Cloudflare Pages build process after github clone suceed:
|
I'm having the same error, also on Linux and pnpm, with all |
Using wrangler@3.0.0, with
|
Same here, using 3.0.0 inside a plain |
I have the same error in Fedora 38. Fedora doesn't have the libc++ but uses libstdc++ as the standard library instead. |
running into the same issue running locally on arch |
Same issue, debian 11, node 18. The |
To make it less cryptic and more general for different linux distros. Try:
In my case, Fedora 38 needed
It would be great if wrangler was better at displaying errors from workerd. Running wokrerd directly is way more understandable than the wrangler stack trace.
|
I am using image So, I get the OP's when running wrangler dev. |
SAME ISSUE WITH THIS `FROM node:18.16.0 WORKDIR /mydir RUN apt-get update && apt-get install -y clang libc++-dev libc++abi-dev libunwind-dev RUN npm install -g wrangler RUN git clone "your repository" CMD wrangler dev` |
Which Cloudflare product(s) does this pertain to?
Wrangler
What version of
Wrangler
are you using?2.8.0
What operating system are you using?
Linux
Describe the Bug
Error:
Run with command:
The text was updated successfully, but these errors were encountered: