Documentation
Requirements
Essential requirements and prerequisites for getting started.
The project is built with specific tool versions. Please ensure your development environment matches these requirements for optimal compatibility and performance.
Required Versions
Node.js v22.12+
Version 22.12.0, 24.11.0, or 26.0.0 and higher is required to run the project (per Nuxt 4's engines field).
Nuxt 4
The project is built with Nuxt 4.
npm 10+
Version 10 or higher is recommended for dependency management.
Verify Your Environment
To check your installed versions, run the following commands in your terminal:
Terminal
node -v
npm -v
Make sure your Node.js version satisfies ^22.12.0 || ^24.11.0 || >=26.0.0. npm 10+ is recommended.