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 trialtriplett michael
2,631 Pointsterminal and sass - Sass Basics
triplett:~ applicationinstall$ sass -version Sass 3.3.3 (Maptastic Maple) triplett:~ applicationinstall$ sass test.scss Errno::ENOENT: No such file or directory - test.scss Use --trace for backtrace. triplett:~ applicationinstall$
2 Answers
Jason Anello
Courses Plus Student 94,610 PointsYou first need to change to the directory of where you put your "test.scss" file. sass is expecting that file to be in your current working directory.
JW V
Courses Plus Student 11,429 PointsJW V
Courses Plus Student 11,429 Pointsim having a similar issue. i get the same error. Being brand new with sass, terminal I'm not too sure where or what or how to edit the working directory or where that even is?
Jason Anello
Courses Plus Student 94,610 PointsJason Anello
Courses Plus Student 94,610 PointsYou may want to check out "console foundations" first if you haven't already. That will get you familiar with working in the terminal.