I hope you are well, I have a problem wanting to lift my service in Jekyll.
It happens that I am working jekyll with GitHub pages and the site has already been generated with its files in the local cloned directory of the GitHub repository. However when executing the command:
bundle exec jekyll serve
I’ve output:
“Could not find gem ‘wdm (~> 0.1.1)’ in cached gems or installed locally.
Run bundle install
to install missing gems.”
Note: I already installed ruby 3.3.0 and the jekyll version is 4.3.3 on windows 10
Please, could you tell me what could be happening, this is the first time I’ve tried to work with Jekyll.
I tried running 2 commands:
gem install wdm -v 0.1.1
bundle install
But none of them gave a solution.
I was hoping it would install the missing gem and the service would run but it didn´t
Alexis_008 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.