Whenever I run the "bundle exec jekyll serve" it returns the error
Dependency Error: Yikes! It looks like you don't have kramdown-parser-gfm or one of its dependencies installed. In order to use Jekyll as currently configured, you'll need to install this gem. The full error message from Ruby is: 'cannot load such file -- kramdown-parser-gfm' If you run into trouble, you can find helpful resources at https://jekyllrb.com/help/!
Liquid Exception: kramdown-parser-gfm in /_layouts/default.html
ERROR: YOUR SITE COULD NOT BE BUILT:
------------------------------------
kramdown-parser-gfm
so, I tried "gem install kramdown-parser-gfm", but it returns the same error after that. I also tried to remove and reinstall the jekyll and bundle, but it also didn't work.
jekyll version 3.9.0 Bundler version 2.1.4
Bump kramdown from 1.17.0 to 2.3.0
. It was after I applied this that this error popped up. The solution below fixed it. – Andy