From 8fc95f59c241f9db66ae97ee9038fc56726f4637 Mon Sep 17 00:00:00 2001 From: August Weinbren Date: Mon, 14 Nov 2022 11:32:40 +0000 Subject: [PATCH] chore(docs): Clarify language in v4 to v5 migration guide (#37007) Co-authored-by: Lennart --- docs/docs/reference/release-notes/migrating-from-v4-to-v5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/reference/release-notes/migrating-from-v4-to-v5.md b/docs/docs/reference/release-notes/migrating-from-v4-to-v5.md index 5d3030b41f2ee..98599299ef9c2 100644 --- a/docs/docs/reference/release-notes/migrating-from-v4-to-v5.md +++ b/docs/docs/reference/release-notes/migrating-from-v4-to-v5.md @@ -52,7 +52,7 @@ Or run npm install gatsby@latest ``` -Please note: If you use npm 7 you'll want to use the `--legacy-peer-deps` option when following the instructions in this guide. For example, the above command would be: +Please note: If you use npm 7 or higher you'll want to use the `--legacy-peer-deps` option when following the instructions in this guide. For example, the above command would be: ```shell npm install gatsby@latest --legacy-peer-deps