Next.js Discord

Discord Forum

is it possible to use v13?

Unanswered
Mulo posted this in #help-forum
Open in Discord
when running npx create-next-app it prompted me to install v15
im tranfering website files from one server to another and cannot rewrite all folders manually
(in v13 css were in styles folder for example)
how to do it?

12 Replies

@Anay-208 | Ping in replies you can use nextjs v13, by running npx create-next-app@13
which comes with the 15 i have, or do I have to downgrade first?
Wait, do you already have a nextjs app?
im tranfering website files from one server to another and cannot rewrite all folders manually
Does that mean you've a nextjs app in one of your server?
originally i installed v13, when running command npx create-next-app it prompted me to install v15 (otherwise it wouldnt run) hence the confusion. Unless i reinstall v13 and specifically put @13 as you said?
you can just copy over the same project and use it, without the need of recreating
@Mulo by using v15?
you can use v13 on the new server, just transfer over the folder from one server to another
since now I have v15, can i still just transfer over the v13 files?
and it would work w/o issues?
@Mulo since now I have v15, can i still just transfer over the v13 files?
If I'm right, you've a folder with a nextjs v13 app inside it.

You can just copy over the folder to your new server, and just npm i, without creating a new project