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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: troubleshoot macOS with ARM64 architecture #8560

Merged
merged 1 commit into from
Mar 29, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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