Answer the question
In order to leave comments, you need to log in
Gulp module not updating?
Sublimetext console says "(node:6036) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version."
I understand that the module does not work, and because of this, my files do not compile, namely, I write CSS code and it does not work, how to fix it? I tried to update npm update, it updated, but nothing changed ...
It all started with the fact that I saw an error in the console, fixed it, saved it, but there were no changes, the error still shows:
Error: Invalid CSS after "... padding: 5px ; }": expected 1 selector or at-rule, was "{"
on line 672 of sass/main.sass
>> padding: 5px; } {
----------------------^
Changes in index.html are saved, but not in the main.sass file and not in other sass files (((
Answer the question
In order to leave comments, you need to log in
no, you don’t compile sas because you have an error in it, which is what this line says Error: Invalid CSS after on line 672 in the sass/main.sass file you are using the sass extension and the scss syntax
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question