Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #617

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down