sass / dart-sass

The reference implementation of Sass, written in Dart.
https://sass-lang.com/dart-sass
MIT License
3.87k stars 350 forks source link

Install defaults to C:/Tools on Windows!!! #2269

Closed VashJuan closed 1 month ago

VashJuan commented 1 month ago

PLEASE do NOT clutter my C: drive and change the default install location to something respectful, like ProgramData, Program Files or some other NORMAL path.

Thanks.

...Now I've got to figure out uninstall and more...

jathak commented 1 month ago

When installing with Chocolatey (as seems to be the case here), Sass installs to Chocolatey's directory (which defaults to C:\ProgramData\chocolatey, but may be configured elsewhere on your system).

It looks like the dart-sdk Chocolatey package (which we depend on but do not control), instead installs to Get-ToolsLocation, which defaults to C:\tools, but can be configured elsewhere with the ChocolateyToolsLocation environment variable.

If you have an issue with these defaults, please file an issue against either Chocolatey (the package manager) or Dart (a dependency), as how they work is out of our control.