当前位置:网站首页>Prompt error when Jekyll runs cannot load such file -- webrick (LoadError)
Prompt error when Jekyll runs cannot load such file -- webrick (LoadError)
2022-06-24 02:35:00 【HoneyMoose】
The complete error message is as follows :
LinkChecker: [Warning]
done in 13.838 seconds.
Auto-regeneration: enabled for 'D:/WorkDir/Repository/GitHub/opensearch/documentation-website'
------------------------------------------------
Jekyll 4.2.1 Please append `--trace` to the `serve` command
for any additional information or backtrace.
------------------------------------------------
D:/DKits/Ruby/lib/ruby/gems/3.0.0/gems/jekyll-4.2.1/lib/jekyll/commands/serve/servlet.rb:3:in `require': cannot load such file -- webrick (LoadError)
from D:/DKits/Ruby/lib/ruby/gems/3.0.0/gems/jekyll-4.2.1/lib/jekyll/commands/serve/servlet.rb:3:in `<top (required)>'
from D:/DKits/Ruby/lib/ruby/gems/3.0.0/gems/jekyll-4.2.1/lib/jekyll/commands/serve.rb:179:in `require_relative'
from D:/DKits/Ruby/lib/ruby/gems/3.0.0/gems/jekyll-4.2.1/lib/jekyll/commands/serve.rb:179:in `setup'
from D:/DKits/Ruby/lib/ruby/gems/3.0.0/gems/jekyll-4.2.1/lib/jekyll/commands/serve.rb:100:in `process'
from D:/DKits/Ruby/lib/ruby/gems/3.0.0/gems/jekyll-4.2.1/lib/jekyll/command.rb:91:in `block in process_with_graceful_fail'
from D:/DKits/Ruby/lib/ruby/gems/3.0.0/gems/jekyll-4.2.1/lib/jekyll/command.rb:91:in `each'
from D:/DKits/Ruby/lib/ruby/gems/3.0.0/gems/jekyll-4.2.1/lib/jekyll/command.rb:91:in `process_with_graceful_fail'
from D:/DKits/Ruby/lib/ruby/gems/3.0.0/gems/jekyll-4.2.1/lib/jekyll/commands/serve.rb:86:in `block (2 levels) in init_with_program'
from D:/DKits/Ruby/lib/ruby/gems/3.0.0/gems/mercenary-0.4.0/lib/mercenary/command.rb:221:in `block in execute'
from D:/DKits/Ruby/lib/ruby/gems/3.0.0/gems/mercenary-0.4.0/lib/mercenary/command.rb:221:in `each'
from D:/DKits/Ruby/lib/ruby/gems/3.0.0/gems/mercenary-0.4.0/lib/mercenary/command.rb:221:in `execute'
from D:/DKits/Ruby/lib/ruby/gems/3.0.0/gems/mercenary-0.4.0/lib/mercenary/program.rb:44:in `go'
from D:/DKits/Ruby/lib/ruby/gems/3.0.0/gems/mercenary-0.4.0/lib/mercenary.rb:21:in `program'
from D:/DKits/Ruby/lib/ruby/gems/3.0.0/gems/jekyll-4.2.1/exe/jekyll:15:in `<top (required)>'
from D:/DKits/Ruby/bin/jekyll:23:in `load'
from D:/DKits/Ruby/bin/jekyll:23:in `<main>'Problems and Solutions
According to the official project description :
This is because : from Ruby 3.0 Start webrick No longer bound to Ruby It's in , Please refer to the link : Ruby 3.0.0 Released The instructions in .
webrick It needs to be added manually .
The added command is :
bundle add webrick
Then we can solve this problem .
https://www.ossez.com/t/jekyll-cannot-load-such-file-webrick-loaderror/13779
边栏推荐
- The dealer management and control platform in the leather industry simplifies the purchase approval process and easily controls agents
- What are the general contents of the enterprise website construction scheme
- What is the industrial Internet? What is the industrial Internet platform?
- How about Tencent cloud game server? Can the cloud game server play games
- Crawler series: using API
- Is it illegal to use someone else's trademark to register a domain name? What should we pay attention to when registering a domain name?
- What are the conditions for trademark registration? How long does it take to register a trademark?
- Learning and life -- Talking about my learning methods
- What is a private VLAN? Eight part essay with pictures and texts.
- Coding helps Jiangsu high-speed information to achieve organizational agility and R & D agility, leading the new infrastructure of Intelligent Transportation
猜你喜欢
随机推荐
The dealer management and control platform in the leather industry simplifies the purchase approval process and easily controls agents
What is the industrial Internet? What is the industrial Internet platform?
Question: can you get download the resources of Baidu online disk?
Leetcode problem solving notes for slow ploughing of stupid cattle (dynamic update...)
Tidb HTAP Getting Started Guide - how to add a copy of tiflash
Advanced BOM tool intelligent packaging function
WordPress site quickly integrates Tencent's digital identity management and control platform CIAM to realize login authentication without development
How does [lightweight application server] build a cross-border e-commerce management environment?
Go language starts again, go modules' past life, present life and basic use
Buddha's foot before examination: the first bullet of leetcode
What is the large bandwidth of IDC machine room?
Buddha's foot before examination: the third bullet of leetcode
How about Shenzhen website construction? Is it expensive?
Mutual conversion between qstring and qdatetime
The same set of code returns normally sometimes and reports an error sometimes. Signature error authfailure SignatureFailure
Start tcapulusdb process
Development status of industrial Internet
How to build an enterprise website? Is it difficult?
Block
How to quickly handle third-party login and easy to expand?


