You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 18, 2019. It is now read-only.
I have on GEMFILE
source 'https://rubygems.org'
group :jekyll_plugins do
gem 'jekyll-sitemap'
gem 'autoprefixer-rails'
gem 'jekyll-assets'
gem 'jekyll-github-metadata'
gem 'github-pages'
gem 'jekyll-lunr-js-search'
end
group :development do
gem 'capistrano', '> 3.4.0'
gem 'capistrano-rails', '> 1.1.3'
gem 'capistrano-rbenv', '~> 2.0.3'
gem 'capistrano-passenger'
end
On _config
gems: ['jekyll-lunr-js-search', 'jekyll-sitemap', 'jekyll-github-metadata']
And when I try to run jekyll serve
jekyll serve
Configuration file: _config.yml
Dependency Error: Yikes! It looks like you don't have jekyll-lunr-js-search 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 -- jekyll-lunr-js-search' If you run into trouble, you can find helpful resources at http://jekyllrb.com/help/!
jekyll 3.1.2 | Error: jekyll-lunr-js-search
The text was updated successfully, but these errors were encountered:
I have on GEMFILE
source 'https://rubygems.org'
group :jekyll_plugins do
gem 'jekyll-sitemap'
gem 'autoprefixer-rails'
gem 'jekyll-assets'
gem 'jekyll-github-metadata'
gem 'github-pages'
gem 'jekyll-lunr-js-search'
end
group :development do
gem 'capistrano', '
> 3.4.0'> 1.1.3'gem 'capistrano-rails', '
gem 'capistrano-rbenv', '~> 2.0.3'
gem 'capistrano-passenger'
end
On _config
gems: ['jekyll-lunr-js-search', 'jekyll-sitemap', 'jekyll-github-metadata']
And when I try to run jekyll serve
jekyll serve
Configuration file: _config.yml
Dependency Error: Yikes! It looks like you don't have jekyll-lunr-js-search 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 -- jekyll-lunr-js-search' If you run into trouble, you can find helpful resources at http://jekyllrb.com/help/!
jekyll 3.1.2 | Error: jekyll-lunr-js-search
The text was updated successfully, but these errors were encountered: