Install latest version of NextJS
on machine
# install NextJS latest on the machine yarn add next@latest
Start a NextJS project
# npx npx create-next-app npx create-next-app@latest # yarn yarn create next-app
Check NextJS Version
npx next --version