The file watcher worked fine at first, but now I get this output everytime it runs:
cmd.exe /D /C call scss.bat -E UTF-8 --no-cache --update components.scss:components.css
Encoding::CompatibilityError: incompatible character encodings: GBK and UTF-8
Use --trace for backtrace.
Process finished with exit code 1
The file encoding was definately UTF-8
and if I excute the same command manually through cmd.exe
I get the scss file transpiled successfully.
How can I solve this? Thx.