Reputation: 335
I am very new to sass and I used node-sass NPM package to compile scss files into the CSS format
This is the error I am getting when I save the file
{
"status": 3,
"message": "Internal Error: File to read not found or unreadable: D:/WEB Deveble: D:/WEB Deve Html and css practice/My Portfolio/scss/main.scember",
"formatted": "Internal Error: File to read not found or unreadable: D:/WEB Deveble: D:/WEB Deve Html and css practice/My Portfolio/scss/main.soli\n"
}
But for some reason only sometimes I get this error and the other times the file compiles the perfectly like this
Rendering Complete, saving .css file...
Wrote CSS to D:\WEB Development\Advanced Html and css practice\My Portfolio\dist\css\main.css
this is the error that is showing in my terminal
Can someone help me with this problem, Thanks by the way
Upvotes: 0
Views: 1782
Reputation: 482
I faced the same issue and the problem also might be in folders naming.
Upvotes: 1