I am working on one NextJs project and I would like to know which NextJs version is installed. Where in NextJs project I can check that?
Thanks
I am working on one NextJs project and I would like to know which NextJs version is installed. Where in NextJs project I can check that?
Thanks
You can view package.json of your project. Or You can use Next.js CLI In your project root directory enter command npx next --version.