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

Error: Please append '--trace' to the 'serve' command #8710

Closed
pranavraj1720 opened this issue Jun 16, 2021 · 8 comments
Closed

Error: Please append '--trace' to the 'serve' command #8710

pranavraj1720 opened this issue Jun 16, 2021 · 8 comments

Comments

@pranavraj1720
Copy link

So far I’ve had a few teething issues with Jekyll but I’ve managed to get to the point where I installed Jekyll (gem install bundler Jekyll) and downloaded the files for my project (Jekyll new my-awesome-site)

However, now I’m trying to get my Jekyll site to run locally by trying “bundle exec Jekyll serve” and now I’m getting an error

            ------------------------------------------------

Jekyll 4.2.0 Please append --trace to the serve command
for any additional information or backtrace
image

@molitona
Copy link

I'm getting the same error too on Arch, please help!

@uberfuzzy
Copy link

#8685 #8524 #8536

@ashmaroli
Copy link
Member

Resolved via bcaf878

@YURLAK
Copy link

YURLAK commented Apr 16, 2022

Me too,What's this mean?
image

@YorkWong30
Copy link

i have the same trouble after " jekyll build" ;
image

@YorkWong30
Copy link

i find the answer at this page.
hope this can help u.
https://jadyer.cn/2016/10/17/jekyll-build-blog/

@caglarjv
Copy link

This is because:
webrick has not been bound to Ruby since Ruby 3.0. Please refer to the link: Ruby 3.0.0 Released Description in.

Webrick needs to be added manually.

The added commands are:

bundle add webrick

@fabioew89
Copy link

thank you so much, i fix the problem with your answer

pt-br
muito obrigado, consegui consertar o problema com sua resposta

@jekyll jekyll locked and limited conversation to collaborators Oct 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

9 participants