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!
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
Kevin Croswhite
16,909 PointsSass problems
Im having problems getting started with Sass. I have it installed (when entering 'sass -v' into terminal I get back 'Sass 3.3.13 (Maptastic Maple)'), but when I try to test out the basic file by entering 'sass test.scss' I get back 'No such file or directory - test.scss Use --trace for backtrace.' I checked to make sure I have the file saved correctly and that Im typing everything right, but I cant figure it out.
Any idea what Im doing wrong?
1 Answer

Michael Hulet
47,906 PointsYou might not be in the same working directory as your file. Try using the cd
command (if you're on a Mac or Linux) to get to it, like this:
cd /Directory/of/Your/File/Here