M
M
Maxim Supreme2016-12-14 16:16:16
gulp.js
Maxim Supreme, 2016-12-14 16:16:16

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

2 answer(s)
S
Sergei Nazarenko, 2016-12-14
@nazares

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

A
Aslan, 2017-04-27
@iFlashka

Instead of an alert
window.location.href = "http://example.com"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question