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 trialThomas Moore
Front End Web Development Techdegree Graduate 25,371 Points"Q: The command we use to install Ruby Sass is:"
I'm stuck on this question in the first quiz.
The other answers are relatively straightforward, but I've watched the two intro videos a couple of times but it doesn't look like Guil mentions what the answer to this question is.
"The command we use to install Ruby Sass is:"
2 Answers
Jennifer Nordell
Treehouse TeacherHi there! This command is issued in the video through the console at 1:24 of this video. However, because it was already installed on workspaces he erased the command without executing it. But it was mentioned
Hope this helps!
Thomas Moore
Front End Web Development Techdegree Graduate 25,371 PointsThanks Jennifer, have gone back and re-watched those videos and completed the test.
Thanks,
Juan Pino
25,107 PointsThe answer is "gem install sass"
dragos busuioc
24,908 Pointsdragos busuioc
24,908 Pointsfirst you have to install ruby.Then if you are on Windows got to Command Prompt with Ruby and rails and write "gem install sass".If you use linux open an terminal and write "sudo gem install sass". Good luck.