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 trialShoaib Khan
Front End Web Development Techdegree Graduate 21,177 PointsCannot install SASS, please help!
I am using Terminal and used the command "sudo gem install sass" and I get the following error message:
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=SSLv2/v3 read server hello A: tlsv1 alert protocol version (https://rubygems.org/latest_specs.4.8.gz)
What could it be?
1 Answer
Shoaib Khan
Front End Web Development Techdegree Graduate 21,177 PointsI was able to figure it out from the following page: https://www.dyclassroom.com/howto-mac/how-to-install-sass-on-mac I was able to install homebrew and then install ruby and then install sass. If you follow the steps on the website in the link I provided, you will be able to get it to work. Just be patient and research and you will find the solution.
Thanks
Shoaib K. Khan