From adbe576e157d781091bdb94602becd39012b9eae Mon Sep 17 00:00:00 2001 From: "Ricardo A. Vargas R" Date: Tue, 18 Jan 2022 16:44:52 -0400 Subject: [PATCH] Update README.md Including the right recommended Prerequisites for those using Apple M1 computers with macOS Monterey. --- docs/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/README.md b/docs/README.md index 5df29639a..927974ccf 100644 --- a/docs/README.md +++ b/docs/README.md @@ -38,6 +38,12 @@ You should have basic knowledge about HTML, CSS, [Vue.js](https://vuejs.org) and Gridsome requires [Node.js](https://nodejs.org/) (v8.3+) and recommends [Yarn](https://yarnpkg.com). +### Apple M1 with MacOS Monterey +Gridsome requires [Node.js](https://nodejs.org/) (v16.13+ < v17.3) and recommends [Yarn](https://yarnpkg.com). +If you are facing any issue with the sharp node library, please check those recommendations: +- https://github.com/gridsome/gridsome/issues/1596#issuecomment-1007702516 +- https://github.com/gridsome/gridsome/issues/1596#issuecomment-1011019733 + ## How to install ### 1. Install Gridsome CLI tool