mohkale / jekyll-tsc

compile typescript files on your jekyll blog
MIT License
9 stars 2 forks source link

jekyll version problem #1

Open eltuctuc opened 4 years ago

eltuctuc commented 4 years ago

I have install jekyll (= 4.1.1)

I follow the install destruction https://github.com/mohkale/jekyll-tsc#install, but when i run the command bundle install i get the following error:


Bundler could not find compatible versions for gem "jekyll":
  In snapshot (Gemfile.lock):
    jekyll (= 4.1.1)

  In Gemfile:
    jekyll

    jekyll-feed was resolved to 0.15.0, which depends on
      jekyll (>= 3.7, < 5.0)

    minima (~> 2.5) was resolved to 2.5.1, which depends on
      jekyll-seo-tag (~> 2.1) was resolved to 2.6.1, which depends on
        jekyll (>= 3.3, < 5.0)

    jekyll-tsc was resolved to 0.0.2, which depends on
      jekyll (~> 3.8)

    minima (~> 2.5) was resolved to 2.5.1, which depends on
      jekyll (>= 3.5, < 5.0)

Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.```

What can I do?
mohkale commented 4 years ago

oh, that's my bad. I added a commit to support the 4.0 release but didn't release a new version of this plugin yet because I wanted to test it out first. Then I stopped using jekyll altogether and so it kind of got pushed to my backlog.

Anyways I've released a new version and tested it out on a new project. Everything still seems to be working. Please try again (by running bundle update jekyll-tsc). It should try to install the v0.0.4 release. If that still doesn't work try deleting your GemFile.lock (backing it up beforehand of course) and install from scratch with bundle install.

Please note there might be some issues with the caching mechanism introduced in jekyll v4.