From 6401242645c1d1ea6a1fc84df6fda6f36a9e5d78 Mon Sep 17 00:00:00 2001 From: Marcy Sutton Date: Thu, 3 Mar 2022 17:08:38 -0800 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb6912f..5ae76ed 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ You can also check out the `solutions` branch to see everything in action: https ### Troubleshooting -If you run into errors on the install, check your Node version. Sharp in particular likes to complain a lot. +If you run into errors on the install, check your Node version for version 12. Sharp in particular likes to complain a lot. To get Gatsby to install after errors, try deleting files and doing another reinstall: @@ -68,4 +68,4 @@ rm -rf node_modules && rm package-lock.json npm install ``` -If you still run into issues, let me know by [opening an issue](https://github.com/marcysutton/js-a11y-workshop/issues/new) and including details on any errors, Node version, platform, etc. +If you still run into problems, let me know by [opening an issue](https://github.com/marcysutton/js-a11y-workshop/issues/new) and including details on any errors, Node version, platform, etc.