-
Notifications
You must be signed in to change notification settings - Fork 27.2k
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
Bun install is broken on v14.0.0 #57540
Comments
I'm having the same problem with |
In my case it was resolved by bumping the node version (i was using 16 and bumped to 20), seems like the minimum version was bumped in version 14 ( node |
v16 support was dropped this release as per #56896
|
As @JoaquinBattilana mentioned, the minimal Node.js version was bumped to node 18.17. So this would mean that this kind of behavior might be expected. |
Awesome this worked, thank you! |
I have only used npx create-next-app@latest and then npm run dev, after which I received the error. Zero customization done, so not sure how sharing the repository would help in this case. FYI, I also modified the node version to 20 and tried running, but got the same error |
This closed issue has been automatically locked because it had no new activity for 2 weeks. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Link to the code that reproduces this issue
https://github.com/chuckstock/nextjs-bun-install-bug
To Reproduce
Error:
Which area(s) are affected? (Select all that apply)
Not sure
Additional context
No response
The text was updated successfully, but these errors were encountered: