-
-
Notifications
You must be signed in to change notification settings - Fork 800
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
Blitz app setup not working with 2.0.0-beta.34 #4236
Blitz app setup not working with 2.0.0-beta.34 #4236
Comments
@SilvanVerhoeven thanks for the issue! Sorry about that, next.js 13.5 has become a requirement for 2.0.0-beta.34 and has not been reflected on the template. I will update that now. So for currently created apps please upgrade to latest next.js version (>13.5) |
@siddhsuresh Awesome, works with latest nextjs (13.5.4)! Will you handle closing the issue? |
@SilvanVerhoeven great to hear 🎉 ! yeah, the issue will be auto closed once the PR is merged. |
@siddhsuresh I'm getting the same error with version 2.0.0-beta.35, too. For some reason blitz.js seems to pick still next version 13.4.5. This is the package.json after running blitz new sample:
|
@siddhsuresh |
Hi @siddhsuresh, this problem is still present on the 2.0.0-beta.36, just like @tom-richter pointed.
Where the next dependency is still "next":"13.4.5". And not "next":"13.5.4". |
Yep just ran into this exact issue, I opened a PR for it: #4405 |
What is the problem?
After creating a new app with
blitz new <name>
and runningblitz dev
, the startup fails with theMODULE_NOT_FOUND
error below. The creation itself seems uneventful (see further logs below).Paste all your error logs here:
Paste all relevant code snippets here:
What are detailed steps to reproduce this?
README.md
and aLICENSE.md
) intomy-app
)yarn global add blitz
blitz new my-app
cd my-app
blitz dev
Run
blitz -v
and paste the output here:Please include below any other applicable logs and screenshots that show your problem:
The text was updated successfully, but these errors were encountered: