Skip to content

Unable to run locally due to dependency issues #2061

Closed
@linncy

Description

@linncy

Describe the bug
I was trying to run locally using the commands specified in README.md

sudo apt install ruby-dev ruby-bundler nodejs
bundle install
jekyll serve -l -H localhost

However, the bundle command always throws an error:

An error occurred while installing bigdecimal (3.1.7), and Bundler cannot continue.

In Gemfile:
  github-pages was resolved to 231, which depends on
    jekyll-mentions was resolved to 1.6.0, which depends on
      html-pipeline was resolved to 2.14.3, which depends on
        activesupport was resolved to 7.1.3.2, which depends on
          bigdecimal
Script execution completed

To Reproduce
Steps to reproduce the behavior:

  1. Run sudo apt install ruby-dev ruby-bundler nodejs
  2. Run bundle install
  3. See error

Desktop (please complete the following information):

  • OS: Ubuntu Server 22.04.4 LTS (fresh install)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions