Errors while building the site

I found a template to build a static website using Jekyll. When I try to run the bundle exec jekyll serve --watch line while in the folder, I get an error. I have pasted the error in pastebin and the link is https://pastebin.com/MFbvs3px

PS: I have no idea about what I am doing. I am just blindly following a tutorial that I found on the internet.

From the errors, it looks like you are using Ruby 3. Jekyll isn’t yet compatible with Ruby 3, so try Ruby 2.7.

1 Like