So, I've downloaded the .zip 1.32.11 Windows x64 release from the Dart-Sass's Github repo and extracted it to the Program Files folder. Using the steps provided, I found Path
under System variables
in Step 4. There was no PATH
there, the closest thing was PATHTEXT
and Path
. My first question: Can I use Path
or I have to create a new System variable called PATH
. Thinking Path
was sufficient, I decided to edit the System variable and then press Browse to search for the Dart-Sass folder. After this was done, I went to Command Prompt and typed sass -version
. The result was that Sass was not recognized. Did I do anything wrong? If so, what can I do to fix it?
Dart-Sass not being added to PATH
461 views Asked by AudioBubble At
1
I'm noticing two things about your problem. The first is your path variable... did you make sure to change
Me
to your username in thePATH
variable?. The second encompasses your installation. Can you find the dart*.exe
file? If not, try uninstalling and reinstalling, making sure each step is completed word for word.