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

Anson Low Zhan Fei
Anson Low Zhan Fei
20,182 Points

How to install standalone dart-sass

I have been searching around google to find the answer, 2 hours of searching and reading...

I still cant make it right, can anyone guide me?

Below is one of the method i find online

Standalone

You can download the standalone Dart Sass archive for your operating system—containing the Dart VM and the snapshot of the Sass library—from the release page. Extract it, add the directory to your path, and the dart-sass executable is ready to run!

To add the directory to your path on Windows, open the Control Panel, then search for and select "edit environment variables". Find the variable named PATH, click Edit, add ;C:\path\to\dart-sass to the end of the value, then click OK.

it is so confusing...

  1. I go >system variables > path > browse the directory > add it > failed to operate
  2. I try add ; in front the directory > failed

3. i add ; after the directory > failed

Could anyone guide me to install standalone dart-sass?