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 Sass and BEM Using BEM in our Project

getting an error when running sass --watch sass:css

usr/local/lib/ruby/2.2.0/rubygems/dependency.rb:315:in `to_specs': Could not find 'sass' (>= 0) among 6 total gem(s) (Gem::LoadError)

this error is coming up in the teamtreehouse WorkSpace

3 Answers

Aaron HARPT
Aaron HARPT
19,845 Points

Try using: sass --watch main.scss:main.css or whatever the name of the files is.

Kate Williamson
Kate Williamson
514 Points

"sass --watch scss:css" should work. The files on WorkSpace are all titled '.scss' rather than '.sass' as you might expect...

Sanjeev Veloo
Sanjeev Veloo
4,713 Points

I'm getting a bash: saas: command not found error!