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!

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

JavaScript

Visal Perera
Visal Perera
9,716 Points

Error on _variable.scss file when updating/editing. Doesnt update the static web server. Works rarely, randomly.

events.js:183 throw er; // Unhandled 'error' event ^ Error: scss\base_index.scss Error: File to import not found or unreadable: variables. on line 5 of scss/base/_index.scss from line 5 of scss/application.scss

@import 'variables';

I get the above error on my commandline when making changes to the _variables.scss files as the instructor does in the video. It will sometimes successfully record my editing but most of the time throw this error. I have followed the tutorial video code to a tee.