We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Preface: I am using Windows 10 and using WSL.
I cloned a new copy of the Mediumish theme following the instructions here.
I am receiving the following error(s):
First command bundle:
bundle
Traceback (most recent call last): 2: from /usr/local/bin/bundle:23:in `<main>' 1: from /usr/lib/ruby/2.5.0/rubygems.rb:308:in `activate_bin_path' /usr/lib/ruby/2.5.0/rubygems.rb:289:in `find_spec_for_exe': can't find gem bundler (>= 0.a) with executable bundle (Gem::GemNotFoundException)
Second command jekyll serve --watch:
jekyll serve --watch
Traceback (most recent call last): 5: from /usr/local/bin/jekyll:23:in `<main>' 4: from /usr/local/bin/jekyll:23:in `load' 3: from /var/lib/gems/2.5.0/gems/jekyll-3.8.6/exe/jekyll:11:in `<top (required)>' 2: from /var/lib/gems/2.5.0/gems/jekyll-3.8.6/lib/jekyll/plugin_manager.rb:48:in `require_from_bundler' 1: from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in `require' /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in `require': cannot load such file -- bundler (LoadError)
Any thoughts on what could be wrong?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Preface: I am using Windows 10 and using WSL.
I cloned a new copy of the Mediumish theme following the instructions here.
I am receiving the following error(s):
First command
bundle
:Second command
jekyll serve --watch
:Any thoughts on what could be wrong?
The text was updated successfully, but these errors were encountered: