Error SASS: Error reading assets\css\main.css.map: no such file or directory

84 Views Asked by At

For those using Windows and encountering an error while compiling SASS files to generate CSS, go to your Windows Defender and disable it. Windows security prevents a third-party file/system (Dart/Sass) from creating new files in the project directory. I hope this helps! Cheers!

I disabled Windows Defender to resolve this issue. After that, I ran the command: "sass --watch sass/main.sass assets/css/main.css."

0

There are 0 best solutions below