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

Am trying to install Sass in Mac terminal. It is asking for password and freezes. What to do?

When I type "sudo gem install sass" in terminal, password request appears on next line and I am not able to type anything. It freezes. What password is it referring to and what to do about the freezing?

2 Answers

sudo requests Administrator access. Assuming the user account you are using has administrator privilege you can simply type in your user account password (the same one you use to unlock your mac). The line won't actually update as you type. It will just say Password: •. Just type your password and hit return and you'll be fine.

haha, so simple. Thank you Will!

You're quite welcome.