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 trialalfonso moreno
5,096 PointsError 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
Craig Watson
27,930 PointsHi 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
alfonso moreno
5,096 PointsCraig Watson thanks for the help :) i caught my mistake soon after but yea i was only using one dash. Thanks again :)
Craig Watson
27,930 PointsNo problem, glad you managed to keep rolling happy coding :)