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