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 Sass Basics (retired) Getting Started with Sass Installing and Using Sass

victor guia
victor guia
8,098 Points

Error in installing Sass on Windows 8.1

I already installed successfully Ruby 1.9.3. I went to the DOS shell and went to the Ruby193 directory and typed "gem install sass" as instructed. However, I am getting the following errors:

WARNING: Error fetching data..... ERROR: Could not find a valid gem sass<>= 0> in any repository ERROR: Possible alternatives: sass

Please help.

3 Answers

Jason Stewart
Jason Stewart
14,860 Points

When you were installing ruby did you tick the check box to add ruby to the path? ( this might not be exactly what it says) This was the issue i ran into.

Samuel Rueby
Samuel Rueby
22,538 Points

Doesn't sound like this is the problem, but make sure you run cmd as Administrator.

victor guia
victor guia
8,098 Points

Thanks Jason. I reinstalled Ruby and was able to install Sass correctly...