Dependency Error: Yikes! It looks like you don't have jekyll_get or one of its dependencies installed.
Closed this issue · 1 comments
After installing I get the below error:
Dependency Error: Yikes! It looks like you don't have jekyll_get 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_get' If you run into trouble, you can find helpful resources at https://jekyllrb.com/help/!
jekyll 3.5.1 | Error: jekyll_get
_config.yml
`# Site settings
title: "Products"
email: ''
description: ""
baseurl: "/products"
url: "http://localhost:4000"
plugins_dir: ./_plugins
Build settings
markdown: kramdown
permalink: pretty
paginate: 3
plugins: [jekyll_get]
jekyll_get:
data: team
json: 'https://18f.gsa.gov/hub/api/team/'
`
Gemfile
source 'https://rubygems.org' gem 'hash-joiner', '~> 0.0.7'
Not sure what changed but not getting this error anymore.