Hi everyone,
Since updating to Mac OS 12.0.1 I cannot get Jekyll to work.
I have reinstalled ruby and followed the instructions on jekyllrb.com. But when I run Jekyll serve I get a Could not find event machine-1.2.7 in any of the sources. Running bundle install as suggested after the warning does not solve the problem.
WARNING: You don't have /Users/steph/.gem/ruby/3.0.0/bin in your PATH,
gem executables will not run.
Building native extensions. This could take a while...
Successfully installed eventmachine-1.2.7
Parsing documentation for eventmachine-1.2.7
Done installing documentation for eventmachine after 0 seconds
1 gem installed
I guess ruby not being in “my PATH” is the issue because when I try to run the serve function I still get the same error message: can’t find eventmachine.