jekyll 로컬에서 실행 중 발생 에러

  • 명령어 : bundle exec jekyll serve 로 실행
  • 에러 메시지 :
    Dependency Error: Yikes! It looks like you don't have jekyll-planet or one of its dependencies installed.
    In order to use Jekyll as currently configured, you'll need to install this gem. If you've run Jekyll with `bundle exec`,
    ensure that you have included the jekyll-planet gem in your Gemfile as well. The full error message from Ruby is:
    'cannot load such file -- jekyll-planet' If you run into trouble,
    you can find helpful resources at https://jekyllrb.com/help/!
    
  • jekyll 로컬에서 실행 중 발생 에러
  • 여러가지로 ruby와 bundle 같은 것들 설치했다가 지웠다가를 반복했다.
  • 또, gem install tzinfo, gem install tzinfo-data 해서 설치도 해봤다.
해결 방법
  • 아주 간단하게도 _config.yml 파일에 아래 내용을 추가하니 해결되었다.
  • timezone: Asia/Seoul 의 Asia/Seoul 부분을 제거하니 로컬에서 돌아갔다.

댓글남기기