static website with Jekyll: bundler: failed to load command: jekyll

46 Views Asked by At

running bundle exec jekyll serve .... I get this (the project is a clone of one I already made...jekyll static website)

do I need some new or old version of jekyll, ruby, or some gem issue? tried a ton of different things I found online. still stuck in the mud. Thanks for any help!

bundler: failed to load command: jekyll 
(/Users/me/Documents/GitHub/mystie/vendor/bundle/ruby/3.1.0/bin/jekyll)
<internal:....y/site_ruby/3.1.0/rubygems/core_ext/kernel_require.rb>:37:in `require': 
....../vendor/bundle/ruby/3.1.0/gems/jekyll-4.3.3/lib/jekyll/commands/new.rb:168: 
syntax error, unexpected `end', expecting end-of-input (SyntaxError)
    
0

There are 0 best solutions below