-2

enter image description here

https://stackoverflow.com/image.jpg[Command prompt error! or what?]2

I am not able to create website using jekyll as in command prompt it doesn't show the basic website created at once.It takes a lot time to analyse the fundamentals of it .Help me in the command prompt error or anything else.

seenukarthi
  • 8,241
  • 10
  • 47
  • 68
  • 4
    Please, post text as text, not as photographs of text. This is a website for programmers, not photographers. We want to copy&paste&run your code, copy&paste your inputs, read your outputs, and copy&paste&google your error messages, not critique your use of color and perspective. https://meta.stackoverflow.com/a/285557/2988 https://idownvotedbecau.se/imageofcode https://idownvotedbecau.se/imageofanexception/ – Jörg W Mittag Nov 03 '21 at 09:02
  • Would love to help but I can't with so little information, can you post the commands that you have tried so far and the output from those commands please – jamesc Nov 03 '21 at 09:24

1 Answers1

-1

This happened to me when I updated to Ruby 3 since webrick is not added to the Gemfile.

Run bundle add webrick then your local jekyll serve will works.

seenukarthi
  • 8,241
  • 10
  • 47
  • 68