Skip to content

Could not find gem 'jekyll-remote-theme' in locally installed gems. #100

@Cdk29

Description

@Cdk29

Good afternoon.

I have the following issue when I am running those commands :

erolland@erolland-GL75-9SE:~/Desktop/Advans$ make docs_serve

cd docs && bundle exec jekyll serve
Could not find gem 'jekyll-remote-theme' in locally installed gems.
Run `bundle install` to install missing gems.
make: *** [Makefile:15: docs_serve] Error 7

erolland@erolland-GL75-9SE:~/Desktop/Advans$ bundle install

Could not locate Gemfile

To solve the issue and comes up with the current error message I did :


  888  make docs_serve
  889  bundle install
  890  sudo apt  install ruby-bundler
  891  make docs_serve
  892  bundle install
  893  ls
  894  ls docs/
  895  bundle install
  896  sudo  gem install bundler jekyll
  897  bundle install
  898  make docs_serve
  899  jekyll
  900  sudo apt install jekyll
  901  make docs_serve
  902  bundle install

I am a bit lost because I have indeed some gems files inside Docs :


erolland@erolland-GL75-9SE:~/Desktop/Advans$ ls

00_core.ipynb    CVE-search.ipynb    index.ipynb  MANIFEST.in    settings.ini
Advans           docker-compose.yml  LICENSE      old_README.md  setup.py
CONTRIBUTING.md  docs                Makefile     README.md

erolland@erolland-GL75-9SE:~/Desktop/Advans$ ls docs

_config.yml  CVE-search.html  feed.xml  images      sidebar.json
core.html    _data            Gemfile   index.html  sitemap.xml

I must precise that I still did not created github pages (in case there is a relation). I want to preview the documentation locally for that very reason.

Cheers.

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