I installed Sass via Chocolatey and get this error in the Netbeans console:
\"C:\\ProgramData\\chocolatey\\lib\\sass\\tools\\sass.bat\" \"--cache-location\" \"C:\\U
for Windows you may to edit sass.bat file.
In file need in variable arguments to replace a substring "--debug-info" and (for example) "--cache-location C:\Users\xyz\AppData\Local\NetBeans\Cache\10.0\sass-compiler" on empty data
for example:
SET repaire_arguments=%arguments:--debug-info=%
SET repaire_arguments=%repaire_arguments:--cache-location C:\Users\xyz\AppData\Local\NetBeans\Cache\10.0\sass-compiler=%
"%SCRIPTPATH%\src\dart.exe" "-Dversion=1.16.1" "%SCRIPTPATH%\src\sass.dart.snapshot" %repaire_arguments%