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

Theodore Ford Webb
PLUS
Theodore Ford Webb
Courses Plus Student 2,538 Points

Sass Beginner Video Help.

I am new to Sass and have started watching the Installing and using sass video. I have created test.scss and got test.css from using sass --watch . successfully, however I got this error when doing so.

Sass is watching for changes. Press Ctrl-C to stop. write ./Desktop/test.css LoadError: no such file to load -- rb-fsevent Use --trace for backtrace.

And now when updating the css in test.scss it does not automatically update in the test.css any help is appreciated.

2 Answers

Colin Marshall
Colin Marshall
32,861 Points

What version of SASS are you using? I see other people having this problem on 3.3.1 and upgrading to version 3.3.2 fixes the problem.