Downgrading from Next14 to Next13
Answered
Sloth bear posted this in #help-forum
Sloth bearOP
I used this command to create my project
now I am getting dependency errors when installing npm packages such as "prismjs" and "next-contentlayer". How can i switch to 13 ??
npx create-next-app@latestnow I am getting dependency errors when installing npm packages such as "prismjs" and "next-contentlayer". How can i switch to 13 ??
2 Replies
Cape horse mackerel
npm remove nextnpm i next@13Answer
Sloth bearOP
Wow! worked like a charm man thank you