diff --git a/www/apps/docs/content/development/backend/prepare-environment.mdx b/www/apps/docs/content/development/backend/prepare-environment.mdx index 709778687e6ca..649479bb8f4af 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