-
Notifications
You must be signed in to change notification settings - Fork 28.5k
create-next-app@latest
install the Next.js template at version 15.1.8 instead of the latest template version
#79532
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
Comments
create-next-app@latest
install next@15.1.8 instead of latest versioncreate-next-app@latest
install the Next.js template at version 15.1.8 instead of the latest template version
I think the Can confirm this on npm as well, I think this was the relevant build that caused the issue - https://github.com/vercel/next.js/actions/runs/15196217215/attempts/1 |
Hi, We released 15.1.8 which is backporting some bug fixes. And yeah, the latest tag has to be fixed. We are looking into it. Thanks for reporting. |
And its default verion of Tailwindcss is set to 3.4.1 instead of 4.1 during the npx create-next-app@latest CLI. No previous warning. No explanation afterward. Could anyone help to confirm my finding? |
EDIT: my comment is now obsolete as this got fixed, you can again use In the meantime as a work around, when using create next app pin the exact version, using the command like this: npx create-next-app@15.3.2 . --typescript --tailwind --eslint --app --turbopack --import-alias "@/*" --use-npm --no-src-dir Adjust the options to your liking or leave them away i 8000 f you prefer answering the questions |
It might be a mistake in tagging the release. I see that they have been backporting bug fixes to the previous versions |
Hi, this got fixed over the weekend. Thanks you all for your input. |
@icyJoseph the |
@szhsin thanks for the input, I'll see what's up with that. I noticed that the bundle analyzer package is also doing that. |
@szhsin both packages, |
Uh oh!
There was an error while loading. Please reload this page.
Link to the code that reproduces this issue
https://github.com/congthanh1910/test-create-latest-version
To Reproduce
It can be seen in the repository above, the version generated is v15.1.8
Current vs. Expected behavior
Current: use v15.1.8 template
Expected: use latest template version
Provide environment information
Which area(s) are affected? (Select all that apply)
create-next-app
Which stage(s) are affected? (Select all that apply)
next dev (local), next build (local), next start (local)
Additional context
No response
The text was updated successfully, but these errors were encountered: