nbdev_template icon indicating copy to clipboard operation
nbdev_template copied to clipboard

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

Open Cdk29 opened this issue 3 years ago • 1 comments

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 avatar Apr 15 '22 13:04 Cdk29

Hi again,

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

Cheers.

Cdk29 avatar Apr 15 '22 14:04 Cdk29