afs commented on PR #2966:
URL: https://github.com/apache/jena/pull/2966#issuecomment-2607008953

   The error is at import of `@import 
'node_modules/bootstrap/dist/css/bootstrap.min';` (does not exist) - changing 
that to `node_modules/bootstrap/dist/css/bootstrap.min.css` (exoists) gets past 
that point.
   
   
https://github.com/apache/jena/actions/runs/12905546775/job/35984959805?pr=2966#:~:text=%5BINFO%5D%20error%20during,497
   
   
   
   But there is an error on `@import 
'node_modules/bootstrap/scss/bootstrap.scss';` which does exisr
   
   ```
   Error: Can't find stylesheet to import.
   [INFO]    ╷
   [INFO] 19 │ @import 'node_modules/bootstrap/scss/bootstrap.scss';
   [INFO]    │         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ```
   
   Looking at the vite change log for 6.0.0, there is something about workspace 
root so I tried:
   
   ```
   @import '/node_modules/bootstrap/dist/css/bootstrap.min';
   @import '/node_modules/bootstrap/scss/bootstrap.scss';
   ```
   which works ...
   
   Is this the right fix?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to