There is an error in sass compilation. Does any boss know why?

clipboard.png

< hr >

Sourcemaps are now generated by default, so this flag has no effect.

  error no-cache (Line 37: Inconsistent indentation: 2 spaces were used for indentation, but the rest of the document was indented using 8 spaces.)
  write style.css
  write style.css.map
  
  
  
  
Aug.27,2021

Hello, landlord! First of all, there are two types of exceptions, one is error and the other is warning. The warning does not affect the final file compilation output.
1, the reason why the indentation format of the file causes error can be modified.
2, sourcemap is the cause of warning , you can try to add some content to sourcemap , such as -- sourcemap=file .

< hr >

if it is helpful, please click to adopt it, thank you ~

Menu