layout: post
title: Jekyll tips
date: 2021-08-21 17:41 +8
description: Various personal issues with Jekyll
toc: false
share: true
comments: true
tags: Jekyll Development
Compilation Issues
ffi-1.11.1-x64-mingw32 requires ruby version < 2.7.dev, >= 2.2, which is incompatible with the current version, ruby 2.7.4p191
In 2019, I used Ruby 2.5, and in 2021, I switched to another computer and started using Ruby 2.7.4. As a result, the original project failed to deploy with bundle exec jekyll serve
.
Solution: Run bundle update
to see if it resolves the issue.
Facebook 留言