Closed papaponmx closed 8 years ago
You have an error with your gems that Jekyll requires:
[18:25:16] Starting 'site'...
WARN: Unresolved specs during Gem::Specification.reset:
jekyll-watch (~> 1.1)
WARN: Clearing out unresolved specs.
Please report a bug if this causes problems.
/var/lib/gems/2.3.0/gems/bundler-1.13.6/lib/bundler/runtime.rb:40:in `block in setup': You have already activated addressable 2.5.0, but your Gemfile requires addressable 2.4.0. Prepending `bundle exec` to your command may solve this. (Gem::LoadError)
from /var/lib/gems/2.3.0/gems/bundler-1.13.6/lib/bundler/runtime.rb:25:in `map'
from /var/lib/gems/2.3.0/gems/bundler-1.13.6/lib/bundler/runtime.rb:25:in `setup'
from /var/lib/gems/2.3.0/gems/bundler-1.13.6/lib/bundler.rb:99:in `setup'
from /var/lib/gems/2.3.0/gems/jekyll-3.3.0/lib/jekyll/plugin_manager.rb:36:in `require_from_bundler'
from /var/lib/gems/2.3.0/gems/jekyll-3.3.0/exe/jekyll:9:in `<top (required)>'
from /usr/local/bin/jekyll:23:in `load'
from /usr/local/bin/jekyll:23:in `<main>'
You need to clean out your gems with bundle clean --force
and reinstall them with bundle install
.
It works now, I used sudo bundle update
Yeah, anything that properly updates and install your gems would fix this. I usually just nuke them from orbit and reinstall :smile:
When running gulp, I get the following error on the local host
Cannot GET /
Checking gulp, this is the message that appears
I've checked the previews responses. Verified all the dependencies, updated the plugin and ran
sudo npm update -g generator-jekyllized
and thensudo yo jekyllized:update