Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 NextJs 项目,我想知道安装了哪个 NextJs 版本。在 NextJs 项目中我可以在哪里检查?
谢谢
您可以查看pacakge.json您的项目。或者您可以使用Next.js CLI在您的项目根目录中输入 command npx next --version。
pacakge.json
npx next --version