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 trialPiotr Manczak
Front End Web Development Techdegree Graduate 29,277 PointsWill all those commands Guil's talking about work on the Windows cmd?
Will all those commands Guil's talking about work on the Windows cmd?
Brian Johnson
Front End Web Development Techdegree Graduate 20,818 PointsGlad to help! š
2 Answers
Brian Johnson
Front End Web Development Techdegree Graduate 20,818 PointsTry this link out and see if it is helpful. šš½ Windows package manager Chocolatey which will manage the Sass Dart package.
After you install this you should be able to just use the VSCode internal terminal for Sass --watch.
Piotr Manczak
Front End Web Development Techdegree Graduate 29,277 PointsI did and it's working. Now I can use "sass --watch scss:css" command. I guess that's all I need for this course. Thank you. You are my hero!
Piotr Manczak
Front End Web Development Techdegree Graduate 29,277 PointsYes. I think I should find some courses about cmd for Windows. What do you think?
Brian Johnson
Front End Web Development Techdegree Graduate 20,818 PointsIām not sure if This might help but installing the Windows package manager Chocolatey which will manage the Sass Dart package.
After you install this you should be able to just use the VSCode internal terminal for Sass --watch.
Brian Johnson
Front End Web Development Techdegree Graduate 20,818 PointsBrian Johnson
Front End Web Development Techdegree Graduate 20,818 PointsAre you watching the video about installing sass via the command line?