jekyll serve 할 때 install missing gem executables with ‘bundle install’ 오류 해결 방법
오늘은 jekyll 블로그를 serve할 때 install missing gem executables with ‘bundle install’ 오류가 나는 경우 해결하는 방법에 대한 포스팅입니다 :)
문제 상황
1
2
3
4
bundle exec jekyll serve
bundler: command not found: jekyll
Install missing gem executables with `bundle install`
해결 방법
1
2
3
4
$ rm .bundle/config
$ gem update --system
$ gem update bundler
$ bundle install
손상된 번들을 제거하고 위와 같은 작업을 하면 오류가 해결됩니다 😆
🔔포스팅 공지
개인 공부 기록용 블로그 입니다.
잘못된 부분이 있을 시 메일이나 댓글로 지적해주시면 감사드리겠습니다 :)
댓글남기기