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 trialignacio merino
Courses Plus Student 1,214 PointsI can't get the new Jekyll version to work....
This is what I get...MacBook-Pro-de-Ignacio:sjors Ignacio$ cd webconfs/
-bash: cd: webconfs/: No such file or directory
MacBook-Pro-de-Ignacio:sjors Ignacio$
I have replaced the previous file with the new webconfs one. What should I do? It's very confusing. Thanks
1 Answer
yuehwencheng
29,154 Pointscasthrademosthene
6,275 Pointsyuehwencheng I tried the gem clean up and I'm still having issues, I can't get jekyll serve to work at all. Please help if you can, I'm using windows 10. Thank you in advance... here is the error message I keep receiving C:\RubyDevKit\newproject>bundle exec jekyll serve Configuration file: C:/RubyDevKit/newproject/_config.yml Source: C:/RubyDevKit/newproject Destination: C:/RubyDevKit/newproject/_site Incremental build: disabled. Enable with --incremental Generating... Error: could not read file C:/RubyDevKit/newproject/_posts/2016-07-30-welcome-to-jekyll.markdown: undefined method `key?' for "C:/RubyDevKit/newproject/_includes/icon-github.html":String Liquid Exception: The included file 'C:/RubyDevKit/newproject/_includes/icon-github.html' should exist and should not be a symlink in about.md jekyll 3.1.6 | Error: The included file 'C:/RubyDevKit/newproject/_includes/icon-github.html' should exist and should not be a symlink
Ryan Huber
8,206 PointsRyan Huber
8,206 PointsHave you gone through the process of installing Jekyll (gem install jekyll) and creating the new jekyll project (jekyll new webconfs)?