Update troubleshooting.md (#8777)

Merge pull request 8777
This commit is contained in:
Qasim Qureshi 2021-08-29 16:15:12 +05:00 committed by GitHub
parent 0b12fd26ae
commit 84c8252f11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ you don't have a proper JavaScript runtime. To solve this, either install
### macOS
Jekyll is compatible with macOS with ARM64 architecture.
However, `bundle exec jekyll serve` may [fail with elder version `ffi`](https://github.com/ffi/ffi/issues/870).
However, `bundle exec jekyll serve` may [fail with older version `ffi`](https://github.com/ffi/ffi/issues/870).
You may need to run `bundle update` or update `ffi` to at least `1.14.2` manually.