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 trialAlwan Mortada
1,598 Pointsgetting 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)
3 Answers
Aaron HARPT
19,845 PointsTry using: sass --watch main.scss:main.css or whatever the name of the files is.
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
4,713 PointsI'm getting a bash: saas: command not found error!
Alwan Mortada
1,598 PointsAlwan Mortada
1,598 Pointsthis error is coming up in the teamtreehouse WorkSpace