Skip to content

Commit

Permalink
chore(docs): Clarify language in v4 to v5 migration guide (#37007)
Browse files Browse the repository at this point in the history
Co-authored-by: Lennart <lekoarts@gmail.com>
  • Loading branch information
augustweinbren and LekoArts committed Nov 14, 2022
1 parent 1cfd9b8 commit 8fc95f5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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
Expand Down

0 comments on commit 8fc95f5

Please sign in to comment.