From 9d868dfc40709be56b39c1c18249a729caf5c4a6 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Mon, 19 Jun 2023 18:24:12 +0300 Subject: [PATCH] docs: remove latest tag for yarn (#4358) --- docs/content/create-medusa-app.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/create-medusa-app.mdx b/docs/content/create-medusa-app.mdx index 5512bc6ea5..75cb2f1492 100644 --- a/docs/content/create-medusa-app.mdx +++ b/docs/content/create-medusa-app.mdx @@ -58,7 +58,7 @@ In your terminal, run the following command: ```bash - yarn create medusa-app@latest + yarn create medusa-app ```