Next.js Discord

Discord Forum

Downgrading from Next14 to Next13

Answered
Sloth bear posted this in #help-forum
Open in Discord
Sloth bearOP
I used this command to create my project

npx create-next-app@latest


now I am getting dependency errors when installing npm packages such as "prismjs" and "next-contentlayer". How can i switch to 13 ??
Answered by Cape horse mackerel
npm remove next
npm i next@13
View full answer

2 Replies

Cape horse mackerel
npm remove next
npm i next@13
Answer
Sloth bearOP
Wow! worked like a charm man thank you