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 Sass Basics Getting Started with Sass What is Sass?

Krzysztof Niemiec
PLUS
Krzysztof Niemiec
Courses Plus Student 5,388 Points

Installation problem with SASS on mac

After installation command on mac with ruby 2.3.3p222 (2016-11-21 revision 56859) [universal.x86_64-darwin17] I have a error like that : ERROR: While executing gem ... (URI::InvalidURIError) URI must be ascii only "?gems=\u{2013}" Only one think whati see is that so the issue is URI and problem with reading a this line: "?gems=\u{2013}", but no idea how i can fix it.. Could you help me with that guys, please ??

1 Answer

I don't know what your error specifically means. But install issues are often due to Xcode command line tools not being available to Terminal.

If you want to try this possible fix then install Xcode from the App Store. After the install (or if it's already installed), run the following command in Terminal:

xcode-select --install