Why I can't compile SASS/SCSS files into CSS files on a different drive?

Viewed 20

I have a problem with compiling .sass and .scss files into .css files while doing so on a different drive than is the one, where is my SASS installed. I have SASS installed on my C:\ drive (via npm) and when I try to compile something on the same drive, everything works fine. But when I want to compile something on a different drive, let's say R:\ drive, an error occurs.
cmd.exe /D /C call C:\path\sass.cmd test.sass:test.css

So, when I execute this command while being in a folder on my C:\ drive, everything works fine, but when I do so on a different drive, console outputs this error:

Error reading .: operation not permitted.

Would anyone know how to make it work? It would be much appreciated.

0 Answers
Related