envygeeks/pathutil

pathutil.rb:502:in `read': no implicit conversion of Hash into Integer (TypeError)

sjshuck opened this issue · 1 comments

  • I tried updating to the latest version
    • I can't, there is an issue
    • This is about an < latest
      • I understand older versions may be unsupported
  • I Am on Windows
    • Ubuntu Bash on Windows
    • Fedora Bash on Windows
    • Other Bash on Windows
  • I Am on Linux
    • Ubuntu
    • Fedora
    • CentOS
    • Redhat
    • Debian
  • I am on macOS 10.13
  • I am on macOS 10.14
  • I'm on Docker
    • I understand Docker may be unsupported

Description

Trying to create a new Jekyll project with all dependencies up-to-date, launching Jekyll server fails.

Steps

  • jekyll new .
  • In generated Gemfile:
    • Uncomment gem "github-pages"
    • Remove all version constraints of all gems
    • Add jekyll-paginate, jekyll-seo-tag, and jekyll-sitemap (unsure if related but mentioned for accuracy)
  • bundle install
  • jekyll serve --drafts --reload

Output

jekyll 3.9.0 | Error:  no implicit conversion of Hash into Integer

Expected

Should just serve it.

This is a duplicate of #4.