Skip to content

Commit

Permalink
docs: troubleshoot macOS with ARM64 architecture (#8560)
Browse files Browse the repository at this point in the history
Merge pull request 8560
  • Loading branch information
crispgm committed Mar 29, 2021
1 parent f5a137d commit 63ce7d6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/_docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,15 @@ you don't have a proper JavaScript runtime. To solve this, either install

## Problems running Jekyll

### 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).

You may need to run `bundle update` or update `ffi` to at least `1.14.2` manually.

### Debian or Ubuntu

On Debian or Ubuntu, you may need to add `/var/lib/gems/1.8/bin/` to your path
in order to have the `jekyll` executable be available in your Terminal.

Expand Down

0 comments on commit 63ce7d6

Please sign in to comment.