Hi, I am trying to read a SASS file from a network location and it is throwing the following error: "Error: File to read not found or unreadable: \\\\PATH\\TO\\SASS\\FOLDER\\SASS.scss\n" I am using the following configurations: var sassCompiler = new SassCompiler(); var scss = sassCompiler.CompileFile(targetScssFile, OutputStyle.Compact); I have tried using the same code on a local folder (D:\PATH\TO\SASS) and it works perfectly well. Please could you give me any pointers / try and test this from your end and let me know the results. Thanks.