You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
npm node-sass versions (npm ls node-sass):
test-folder@1.0.0 C:\Users\Wessel\Desktop\test-folder
`-- node-sass@4.12.0
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"
}
My folder structure:
When I change my _reset.scss file and save, sometimes I get the green "Rendering Complete, saving .css file...
Wrote CSS to C:\Users\Wessel\Desktop\test-folder\style.css" and sometimes I get the error message. It seems really random.