Compiling issue for SCSS/CSS files

Hi, after deleting my project folder, I’m having some issues during the creation of a new one. All the SCSS files are being created, but the CSS files are not being created, so I’m having trouble with all my browsers. They say I’m missing the .css file, the query-builder.css and tempus-dominus.css. Any idea why this is happening?

  1. Make sure you have generated your site successfully without errors. Do not ignore errors. If errors occurred, the generation stopped and the .css files (compiled in the last stage) will be skipped.
  2. To make sure you have the latest and uncorrupted node modules, you may delete C:\Users<user>\AppData\Roaming\phpmaker2023\node_modules and C:\Users<user>\AppData\Roaming\phpmaker2023\package-lock.json, and then run npm update again in that folder.

Solved! After some attempts, I disabled the project’s CSS style in advanced settings, generated the website, then re-enabled it and generated the website again. Now everything is working fine.