You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :
Hi,
I just realized that opened an issue in the template repo instead of here :
To copy past here :
Good afternoon.
I have the following issue when I am running those commands :
To solve the issue and comes up with the current error message I did :
I am a bit lost because I have indeed some gems files inside Docs :
I set up pages on github, but the problem still persist.
Cheers.
The text was updated successfully, but these errors were encountered: