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 Modular CSS with Sass Getting Modular with Mixins and Functions Pixels to Em Function

Error in 'to_specs': Could not find 'sass'

when i try to run the sass -watch scss:css command in the treehouse console i receive the "Error in ''to_specs": Could not find 'sass'"

2 Answers

Hi Alfonso,

Im not sure if this is a miss type above but the command you needed to run was:

sass --watch scss:css

it is a double dash in front of the watch command, as I say im not sure if this is just a miss type when submitting this question so if this does not help at all let me know and we can try and fix it :)

Craig

Craig Watson thanks for the help :) i caught my mistake soon after but yea i was only using one dash. Thanks again :)

No problem, glad you managed to keep rolling happy coding :)