A
A
Arhangel_one2019-05-21 16:53:06
gulp.js
Arhangel_one, 2019-05-21 16:53:06

How to solve the problem when importing a file in gulp?

Import of styles has been added to the file with styles, and when saving these styles, galp gives an error. Although the files are registered ...
----------

Plumber found unhandled error:
 Error in plugin "gulp-sass"
Message:
    scss\style.scss
Error: File to import not found or unreadable: bl/slider.scss.
        on line 12 of scss/style.scss
>> [email protected] "bl/slider.scss";
   ^

Details:
    status: 1
    file: C:/Users/ANT/Desktop/Fashion/scss/style.scss
    line: 12
    column: 1
    formatted: Error: File to import not found or unreadable: bl/slider.scss.
        on line 12 of scss/style.scss
>> [email protected] "bl/slider.scss";
   ^

    messageFormatted: scss\style.scss
Error: File to import not found or unreadable: bl/slider.scss.
        on line 12 of scss/style.scss
>> [email protected]  "bl/slider.scss";
   ^

    messageOriginal: File to import not found or unreadable: bl/slider.scss.
    relativePath: scss\style.scss

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alfieros, 2019-05-21
@mrsexy

Error: File to import not found or unreadable: bl/slider.scss.
on line 12 of scss/style.scss
>> [email protected] "bl/slider.scss";

The slider.scss file cannot be found or read. Look for the jamb in the slider.scss itself, somewhere in it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question