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

CSS

Sass error - LoadError: cannot load such file -- hitimes/hitimes

Sass was working just fine until today. I created a briefcase between two computer at home (windows 7) and moved a project into the briefcase. I also removed Brackets and reinstalled it. Now Sass will not compile and gives me the error above. I also tried it on a project outside the briefcase and get the same error.

Any ideas on how to fix it? I searched for answers and did not come up with one that made any sense to me.

1 Answer

A problem with the path from which ruby was executing. Check this out.

Ok, but I don't know how to fix it.

I ran gem pristine sass and uninstalled and installed sass again. The errors changed, but it is still not running correctly. I have Compass installed and that seems to work fine, so I will use that instead of the command line.