Hello,
I would like to build my jekyll site locally, but met one question when running "jekyll serve" or "bundle exec jekyll server" on bash, I always got the error tip that I don't have jekyll-mention, actually, jekyll-mention gem I have updated the latest version. There are few of solutions on the web, and hope I am lucky to find the right way to go ahead on this club. Thank you!
Here are the shortcuts of the running background, gem plugins installed and the case issue(my systme is Windows 8.1):
$ ruby -v
ruby 2.4.5p335 (2018-10-18 revision 65137) [x64-mingw32]
|
$ bundle exec jekyll -v
jekyll 3.8.5
|
$ gem list jekyll
jekyll (3.8.5)
jekyll-feed (0.11.0)
jekyll-gist (1.5.0)
jekyll-mentions (1.4.1)
jekyll-sass-converter (1.5.2)
jekyll-seo-tag (2.5.0)
jekyll-sitemap (1.2.0)
jekyll-watch (2.1.2)
|
$ bundle exec jekyll server
Configuration file: D:/Kim.github.io/_config.yml
Dependency Error: Yikes! It looks like you don't have jekyll-mentions or one o
f its dependencies installed. In order to use Jekyll as currently configured, yo
u'll need to install this gem. The full error message from Ruby is: 'cannot load
such file -- jekyll-mentions' If you run into trouble, you can find helpful res
ources at https://jekyllrb.com/help/!
jekyll 3.8.5 | Error: jekyll-mentions
|