Skip to content

Instantly share code, notes, and snippets.

@darnocer
Created April 20, 2023 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darnocer/1904cb301651d7f085af69186c709dcd to your computer and use it in GitHub Desktop.
Save darnocer/1904cb301651d7f085af69186c709dcd to your computer and use it in GitHub Desktop.
Upgrade Next.js

Next.js Versions

See what version of Next.js you're currently using:

npm list next

See the latest version of Next.js that is available:

npm view next version

Install the latest version of Next.js:

npm install next@latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment