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 trialTracy Excell
Front End Web Development Techdegree Graduate 15,333 PointsWhat do I need to do to get Sass to install?
Hello, I am trying to install sass and have downloaded ruby and Koala, I have put the instructed commands into the ruby command console, but this is what I am getting? What am I doing wrong? Thank you for your help.
:\Users\tracyandgrant>gem install sass ERROR: Could not find a valid gem 'sass' (>= 0), here is why: Unable to download data from https://rubygems.org/ - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (https://api.rubygems.org/specs.4.8.gz)
C:\Users\tracyandgrant>sudo gem install sass 'sudo' is not recognized as an internal or external command, operable program or batch file.
Tracy Excell
Front End Web Development Techdegree Graduate 15,333 PointsOk anyone having trouble with this your first command needs to be:
gem source -a http://rubygems.org/
then gem install sass
bushaf
34,523 Pointsbushaf
34,523 Pointsin order to use these commands in windows you need to install git bash. Also sudo is short for SuperUser Do in X based Operating Systems and is not a thing in windows. https://git-scm.com/downloads try this link