How do I update nextjs version?
Unanswered
In&Out posted this in #help-forum
In&OutOP
Hello, I want to update my nextjs version, I am on version .13 but newest version is .15
2 Replies
Giant panda
You update the version in your
package.json and run your package manager with its install command.@Giant panda You update the version in your `package.json` and run your package manager with its install command.
In&OutOP
You mean, to update version manually in package json then run yarn install next latest?