-
Notifications
You must be signed in to change notification settings - Fork 176
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
devtools relies on execa, which requires node 20+ #821
Comments
Stackblitz link for the reproduction: Stackblitz |
Some investigation: It is an incompatibility with outdated Node.js 18 from cloudflare pages CI (
|
Workaround for now: You can either create a file |
Oh sorry for the troubles, I will downgrade the execa than. While I'd love to migrate to |
Environment
With
3.16.0
I am getting the following error with a blank project created withbun create nuxt
, as well as with all of my in-production projects:Reproduction
https://github.com/MickL/nuxt-cloudflare
(this is a blank project created with
bun create nuxt
)Cloudflare logs with Bun:
Cloudflare logs with NPM:
The text was updated successfully, but these errors were encountered: