jekyll error building page related to kramdown parser
I added gem "kramdown-parser-gfm"
to the Gemfile
and then ran bundle install
.
Now the serve command completes successfully.
- delete the Gemfile.lock file
- go to gem file add
gem "kramdown-parser-gfm"
- open terminal and give command
bundler
- after install all packages, in terminal give command
bundle exec jekyll serve
I hope application will run properly now.