T
T
Think With Your Head2015-10-01 01:27:13
JavaScript
Think With Your Head, 2015-10-01 01:27:13

Why gulp-sass crashes intermittently?

Hello!
A similar message periodically falls out:
576ea4b8c1914523ba23a5c6cee2eb82.png
The files are mainly scss connected like this:

@import 'bootstrap'; /* _bootstrap.scss */
@import 'common';  /* _common.scss */
@import 'index';       /* _index.scss */

After a couple of such errors, it compiles normally, as can be seen from the screen.
I did not notice any regularity in the appearance of an error - pure randomness.
I typed this error into Google, it is quite common, but apart from a bunch of threads "i have the same issue" I did not find any adequate solution
. I use gulp-sass, since gulp-ruby-sass does not obey at all - it does not write to the css folder styles, and in some left system folder temp

Answer the question

In order to leave comments, you need to log in

3 answer(s)
T
Think With Your Head, 2015-10-09
@Vyad

Solution: updated node.js and all plugins - works like clockwork

D
Defiancefew, 2015-10-01
@Defiancefew

I use gulp-plumber so that the task does not stop after an error

D
Dmitry Khristoev, 2015-10-08
@Haoss

had the same error, appeared several times for almost every save. Registered in gulpfile.js from above "use strict" - the error disappeared, completely, xs, it can help.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question