Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
granttchart committed Nov 9, 2023
1 parent 6d54f73 commit a464f62
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ Make sure you have [Yarn](https://yarnpkg.com/) installed, `cd` into the project
yarn install
```

If you encounter a dependency error on macOS such as `sharp Prebuilt libvips 8.10.5 binaries are not yet available for darwin-arm64v8`, you'll need to install these dependencies separately. Install the [Brew package manager](https://brew.sh/), then run the following commands:
### Known Issues

#### macOS libvips Error

If you encounter an error on macOS such as `sharp Prebuilt libvips 8.10.5 binaries are not yet available for darwin-arm64v8`, you'll need to install these dependencies separately. Install the [Brew package manager](https://brew.sh/), then run the following commands:

```
brew install --build-from-source gcc
Expand Down

0 comments on commit a464f62

Please sign in to comment.