From ce394953628ad4cfa343123d2c9d99b889ede9d6 Mon Sep 17 00:00:00 2001 From: aryanvisualize Date: Fri, 19 Jun 2026 02:27:20 +0530 Subject: [PATCH] docs: clarify Node.js version requirement --- src/content/docs/how-to-work-on-the-docs-site.mdx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/content/docs/how-to-work-on-the-docs-site.mdx b/src/content/docs/how-to-work-on-the-docs-site.mdx index c1c5a46a..7fd5e078 100644 --- a/src/content/docs/how-to-work-on-the-docs-site.mdx +++ b/src/content/docs/how-to-work-on-the-docs-site.mdx @@ -242,6 +242,18 @@ You need a reference from your local clone to the `upstream` repository in addit ## Install Dependencies +Before installing dependencies, ensure you are using the supported Node.js version. + +We recommend using Node.js 24.x (Active LTS) and managing Node.js versions with a tool such as fnm or nvm. + +Verify your Node.js version: + +```bash +node -v +``` + +The output should show Node.js 24.x. + First, ensure you have pnpm installed globally: ```bash