Next.js Discord

Discord Forum

how to install an old version of next js?

Answered
American black bear posted this in #help-forum
Open in Discord
Avatar
American black bearOP
i´m learning next js with a course on udemy, but they are using an old version of next js (12.3 to be specific) so now that next js update i´m still not know how to use it. My question is: is there a way to install an old version of next js with the old package.json ?
Answered by Alapaha Blue Blood Bulldog
‘npm install next@12.3’
View full answer

2 Replies

Avatar
Alapaha Blue Blood Bulldog
‘npm install next@12.3’
Answer
Avatar
American black bearOP
thanks you save me there