System requirement
Reference documentation: NextJS installation 
Node requirement
> 18.18 
You can check your own node version by:
node -vIf it is too low or doesn’t exist, you can click the above link and install the latest version.
You should also check the npm and npx version to ensure that you have both of them available in your environment:
npm -v
npx -vNext.js requirement
You should install Next.js 15 because it’s build on React 19, which is required by this project.
Note
Since using Next.js 15 / React 19 still have some dependency conflict probloms when we install shadcn, and bun/yarn/pnpm would dismiss those dependency conflicts during installation, npm is preferred to be used in this project.
System requirement
macOS, Windows (including WSL), and Linux are supported.
Last updated on