From cd2855182ebdfe2f6194ba95842ce5bf54cfb89d Mon Sep 17 00:00:00 2001 From: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> Date: Thu, 4 Jan 2024 13:13:41 +0100 Subject: [PATCH] docs: Update minimum node version requirement (#5994) --- .../docs/content/development/backend/prepare-environment.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/apps/docs/content/development/backend/prepare-environment.mdx b/www/apps/docs/content/development/backend/prepare-environment.mdx index 709778687e..649479bb8f 100644 --- a/www/apps/docs/content/development/backend/prepare-environment.mdx +++ b/www/apps/docs/content/development/backend/prepare-environment.mdx @@ -16,7 +16,7 @@ Node.js is the environment that makes it possible for Medusa to run, so you must :::warning -Medusa supports v16+ of Node.js. You can check your Node.js version using the following command: +Medusa requires version 16.14.0 or higher of Node. You can check your Node version using the following command: ```bash noReport node -v