Failed to compile scss file

Hi all, i have a problem when i generate a project:

Error: file to import not found or unreadable:
sweetalert2/src/variables.
    on line 1:1 of
../../Users/xxx/AppData/Local/Temp/vit3D0F.scss
>> @import 'sweetalert2/src/variables'; //***
  ^

And same error with _tempusdominus-bootstrap-4.And then my website is blank.
How can i fix it?
Thanks

I cannot reproduce. Are you using v2021.0.7?

Yes latest version, only difference from normal behavior is that i need to generate in a network folder.

edoardocortese wrote:

i need to generate in a network folder.

If the folder is in the local network, you may use UNC path, e.g. \server\folder\ as project folder. Otherwise you may need to generate to a local folder first (the SASS compiler may not be able to handle remote path), then move the compiled .css files to the remote folder.