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 trialTufan Ovidiu
Front End Web Development Techdegree Student 5,100 Points1Whenever I place the command sass --input.scss it doesn't find my file.
I can't find the reason, everything is installed properly
2 Answers
Dane Parchment
Treehouse Moderator 11,077 PointsHmmm...make sure that your command prompt is on the current directory. If you are on a windows, you can do this quickly by holding shift while right clicking on a directory and you can select open in command prompt.
Also you can use the cd command (change directory) to point the command prompt to the correct directory.
Tufan Ovidiu
Front End Web Development Techdegree Student 5,100 PointsYes, that worked! Thanks! That's why I joined this website :).