error message during watch in sass file

when my main.scss with import is being watched and I change + save the file that is being imported, I get this error message regularly (about 25 - 50% of the time):

{ "status": 1, "file": "C:/Users/Wessel/Desktop/test-folder/SCSS/main.scss", "line": 1, "column": 1, "message": "File to import not found or unreadable: base/reset.", "formatted": "Error: File to import not found or unreadable: base/reset.\n on line 1 of SCSS/main.scss\n>> @import "base/reset";\n ^\n" }

it saves and works correctly after a few saves, but i have no idea why i get the above error most of the time. any help?

my folder structure is in the image
image.png
Was this page helpful?