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

Can't install Sass from command line

So tried following Guil's instructions on installing Sass via the command line. The first error is exactly the same - don't have permissions etc.

Typing in 'sudo gem install sass' returns a warning:

WARNING: Improper use of the sudo command could lead to data loss or the deletion of important system files. Please double-check your typing when using sudo. Type "man sudo" for more information.

To proceed, enter your password, or type Ctrl-C to abort.

Password:

The problem is it won't let me type ANYTHING after the warning. There's no way for me to enter the password. All I can do is hit Ctrl-C to abort and that's it. Help please? :)

2 Answers

Hey Fredy,

If I remember correctly, text will not appear in the password field in the command line. Although it may seem like you're not typing anything, you are. Try to enter your password and hit enter.

Jacob, thanks for the answer and you are correct. I did a quick Google and found this article. Hope it helps others, too:

http://osxdaily.com/2015/02/04/terminal-wont-show-password-when-typed/