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 Install Help

Hey all I am getting this error when I do "sass test.scss" I have the test.scss file saved on my desktop and I have the most current version of Sass.

Errno::ENOENT: No such file or directory - test.scss Use --trace for backtrace.

4 Answers

Tiffany McAllister
Tiffany McAllister
25,806 Points

Type cd desktop in your command line and then try again.

James Barnett
James Barnett
39,199 Points

Installing Sass can be a pain, that's what Scout is for :wink:

From the Scout homepage

> Since Sass and Compass are Ruby gems, they require that you have a working knowledge of Ruby and the command line. Not all designers will know how or want to use command line tools, and that's where Scout steps in.

Scout runs Sass and Compass in a self-contained Ruby environment, letting you effortlessly manage all of your Sass projects with a handful of clicks. You'll never have to worry about your Ruby setup or deal with technical issues. Scout does all of the heavy lifting, giving you more time to do what you love.

In your command line, make sure you have moved into that folder where you have your test.scss file, you can do a ls command, to see if you see your test file

Thanks everyone! Changing directories into desktop is what I was missing. Thanks James, I am trying to stop running from the command line and I am growing an appreciation for it.

James Barnett
James Barnett
39,199 Points

Some things the command line excels and running programs isn't necessarily one of them. If you want to learn more about the command line I'd suggest you check out Console Foundations course