Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
marcysutton committed Mar 4, 2022
1 parent 1c7fc5f commit 6401242
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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.

0 comments on commit 6401242

Please sign in to comment.