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 CSS to Sass Installing Sass and Setting up the Project The --watch Command

Alina Krol
Alina Krol
762 Points

I have this error: Encoding::CompatibilityError: incompatible character encodings: IBM866 and UTF-8; How do I fix it?

It happens after sass --watch scss:css.

2 Answers

What are you using to compile your SASS

Alina Krol
Alina Krol
762 Points

I used console as in video. Anyway, in forums I found the answer. This happened because I had not latin symbols in my path. The computer user was written in russian and some folders too, so I renamed folders and put it directly on disk c/. But is there any way to make it work with russian symbols too?