Next.js Discord

Discord Forum

How do I update nextjs version?

Unanswered
In&Out posted this in #help-forum
Open in Discord
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.
You mean, to update version manually in package json then run yarn install next latest?