recently, when i compile my project i get an error:
'Cannot open file “p366.css”. Cannot find fileThis happens in the proces generating script → compiling p366.scssAfter the error, the file p366.scss is in the folder.When I manually copy a older version of the p366.css file in the \css folder, it is deleted after the generate proces.
- Make sure you use the latest version (v2022.12 as of today),
- Make sure you have write permission to the \css folder (if your project folder is under C:\ drive but not under your Documents folder, you need to configure permissions),
- Also see https://discourse.hkvstore.com/t/cannot-open-file-ew-scss-or-ew-css/4830/1
Thank you for your reply. I’m running a windows system.
Unfortunatly it didn’t help. also the URL didn’t make any difference.When I completely remove the project destination folder and re-create the project it all runs okay except for the CSS file.
arbei wrote:
Make sure you have write permission to the > \css > folder (if your project folder is under C:\ drive but not under your Documents folder, you need to configure permissions)
If you generate to another machine, use UNC path (e.g. \AnotherPC\Folder), do not use mapped drive (e.g. Z:) or virtual drive such as Google Drive or OneDrive.