docs: add note about preferring npm 7
Myles Borins committed
May 31, 2021 at 18:43 UTC
57703d032921bae276fa04492562f3232e0c4f97
1 file changed
+2
CONTRIBUTING.md
+2
@@ -37,6 +37,8 @@ Next, `npm run develop` to start the test server to view your changes.
37
The gatsby server will be started on port 8000. You can navigate to
38
`http://localhost:8000` to view the site live.
39
40
+**For best results use npm 7**
41
+
42
**Gatsby will watch your filesystem looking for updates.** Any content
43
changes you make should be reflected in the site immediately.
44