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
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.