how to install next 12 version
Unanswered
Braconid wasp posted this in #help-forum
Braconid waspOP
hi i want to install nextjs version 12 but create-next-app always install nextjs 13. how to resolve this issue?
30 Replies
is there a reason you want nextjs 12?
nextjs 13 is newer and fixes many bugs...
Braconid waspOP
yes i am following a tutorial with nextjs 12 so i needed for that
there are many nextjs 13 tutorial's, so i think it is not a good idea learning something that is old...
but if you really want the old version
npx create-next-app@12Braconid waspOP
i tried same command but still getting 13
ahh because the command findes latest version...
Braconid waspOP
yes is there any solution?
i think if you just make that version 12, all the other code is correct
Mm what is the tutorial about? Maybe we could find something that is made in next13
that is another solution (but if it is something like school, there might not be a choice)
@riský i think if you just make that version 12, all the other code is correct
Braconid waspOP
but directory structure is different in that case i think
@tree🌳 Mm what is the tutorial about? Maybe we could find something that is made in next13
Braconid waspOP
its web3 marketplace by js mastery
can you share the link...
@riský can you share the link...
Braconid waspOP
sorry which link?
for your tutorial
@Braconid wasp its web3 marketplace by js mastery
The one with stripe?
You're making this?
Oh wait web3
I mean if u really want to learn something that might not be useful as of now then go on. Its still good experience but if u know jsmastery u can already see on his channel that there are a lot of good projects with next13
He's my reference so i watch him a lot too
@tree🌳 I mean if u really want to learn something that might not be useful as of now then go on. Its still good experience but if u know jsmastery u can already see on his channel that there are a lot of good projects with next13
Braconid waspOP
yes i am also learning next 13
but i want to use same version for web3 so that i dont face any trouble in future
but i want to use same version for web3 so that i dont face any trouble in future
i wouldn't recommend youtube tutorials so much... https://canary.discord.com/channels/752553802359505017/752647196419031042/1151796447805722636
@Braconid wasp yes i am also learning next 13
but i want to use same version for web3 so that i dont face any trouble in future
web3 shouldn't force v12, so if new, learn 13 instead
True that. But something good about jsmastery is that he guides you pretty well on having good practices in your code
