Could not find compatible versions when installing the Type-on-Strap gem #459
Answered
by
sylhare
Zeeshanhayat
asked this question in
Q&A
-
I am getting the following error when running jekyll: Type-on-Strap> bundle exec jekyll serve Because every version of type-on-strap depends on jekyll-paginate ~> 1.1.0 |
Beta Was this translation helpful? Give feedback.
Answered by
sylhare
Aug 12, 2024
Replies: 1 comment
-
Hello @Zeeshanhayat did you try to run: bundle install Before running |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sylhare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @Zeeshanhayat did you try to run:
Before running
bundle exec jekyll serve
to install all dependencies required. Let me know if this solves your issue.