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

Ruby

missgeekbunny
missgeekbunny
37,033 Points

Someone help me get Sass working again

I'm having issues with my ruby configuration. I'm really not sure what's wrong. I've reinstalled both sass and rvm a few times in hopes that something is just going weird. I try to check my sass version immediately after installing and I get /usr/local/rvm/rubies/ruby-2.1.0/lib/ruby/site_ruby/2.1.0/rubygems/dependency.rb:298:into_specs': Could not find 'sass' (>= 0) among 41 total gem(s) (Gem::LoadError) from /usr/local/rvm/rubies/ruby-2.1.0/lib/ruby/site_ruby/2.1.0/rubygems/dependency.rb:309:in to_spec' from /usr/local/rvm/rubies/ruby-2.1.0/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_gem.rb:53:ingem' from /usr/local/rvm/rubies/ruby-2.1.0/bin/sass:22:in <main>' from /usr/local/rvm/gems/ruby-2.1.0/bin/ruby_executable_hooks:15:ineval' from /usr/local/rvm/gems/ruby-2.1.0/bin/ruby_executable_hooks:15:in <main>' Any ideas on how to get my sass working?

1 Answer

Glenn Harris
Glenn Harris
7,101 Points

Have you uploaded your project to Github? If yes, please post link so we can take a look.

missgeekbunny
missgeekbunny
37,033 Points

There is no github project. That is the error I get in typing in sass -v just after doing sudo gem install sass in my console on my computer.