Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

Terrance Corley
Terrance Corley
11,990 Points

I'm trying to get Jekyll working on windows 10. Help?

I've followed the instructions here to get Jekyll working on my pc but have received the following error message when trying to serve my site.

Terrance@My-Computer MINGW64 ~/documents/projects/tc-portfolio $ jekyll serve C:/tools/ruby23/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in require': cannot load such file -- bundler (LoadError) from C:/tools/ruby23/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:inrequire' from C:/tools/ruby23/lib/ruby/gems/2.3.0/gems/jekyll-3.2.0/lib/jekyll/plugin_manager.rb:34:in require_from_bundler' from C:/tools/ruby23/lib/ruby/gems/2.3.0/gems/jekyll-3.2.0/exe/jekyll:9:in<top (required)>' from C:/tools/ruby23/bin/jekyll:23:in load' from C:/tools/ruby23/bin/jekyll:23:in<main>'

Also, I have noticed in my tc-portfolio folder I am missing certain folders such as _layouts, _site, _includes. I've been researching for answers all day but have found no solution. Any ideas? Thanks in advance!

1 Answer

Terrance Corley
Terrance Corley
11,990 Points

UPDATE: I figured out a solution to the problem.

gem uninstall jekyll
gem install jekyll -v 3.1.6

I reverted to a previous build of Jekyll and that seemed to do the trick. Also, the creator of jekyll has stated he is working on a fix for this issue with the newest build.