Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Cdk29 opened this issue Apr 15, 2022 · 1 comment
Open

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

Cdk29 opened this issue Apr 15, 2022 · 1 comment

Comments

@Cdk29
Copy link

Cdk29 commented Apr 15, 2022

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.

@Cdk29
Copy link
Author

Cdk29 commented Apr 15, 2022

Hi again,

I set up pages on github, but the problem still persist.

Cheers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant