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 trialAlina Krol
762 PointsI 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
Graham Patrick
8,294 PointsWhat are you using to compile your SASS
Alina Krol
762 PointsI 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?