Closed
Description
Description:
It seems that jekyll-admin isn't proper configured to run with Jekyll 4.0.0.
Tell us a bit about yourself:
- Version of JekyllAdmin: v0.8.1
- Version of Jekyll: possibly v4.0.0 (because
bundle show
also returns the same error) - Version of NodeJS: v12.7.0
- Operating System: Ubuntu 18.04 64bits
Steps to reproduce:
After correctly installing Jekyll on my computer and running a test instance with no issues, I created the _plugins
directory and installed Jekyll Admin through:
- adding
- jekyll-admin
to the "plugins" section on_config.yml
- running
gem install jekyll-admin
- adding it to the
:jekyll_plugins
group in the Gemfile - and, finally, running
bundle install
- tried to run
bundle exec jekyll serve
I expected the following:
I expected to receive no errors, to be able to go to http://localhost:4000/admin
But got the following, instead:
When running bundle exec jekyll serve
, it returns:
Bundler could not find compatible versions for gem "jekyll":
In snapshot (Gemfile.lock):
jekyll (= 4.0.0)
In Gemfile:
jekyll (~> 4.0.0)
jekyll-admin was resolved to 0.8.1, which depends on
jekyll (~> 3.3)
Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
Other details:
The error persists even after running bundle update
Metadata
Metadata
Assignees
Labels
No labels