Next.js Discord

Discord Forum

Did Next roll back the 15 release?

Unanswered
Black Caiman posted this in #help-forum
Open in Discord
Avatar
Black CaimanOP
Saw the 15.0.1 release, and tried to install it using the create @next/latest and Im getting the 14.2.16?


What issues were there with the 15 and 15.0.1 stable releases? I cant find any info online

4 Replies

Avatar
Silver Marten
I had this issue as well. Instead of latest manually type 15.0.1
Idk why the docs are wrong
I assume you're using codemod for the upgrade. This is what I ran:
npx @next/codemod@canary upgrade 15.0.1
Avatar
Black CaimanOP
I did run that, and ran into so many issues, i just built one using npx create-next-app@latest

and just migrated my project over, only some react-hook validation for my forms broke in my case.
(was cool to migrate over to zod and next handling for validation)

Though most CMS's will break with this upgrade if you have them integrated.