mmssolutionsio / simple-reporting-library

2 stars 0 forks source link

sass vite generating empty import paths #11

Open lars-zweifel opened 1 month ago

lars-zweifel commented 1 month ago

Currently when running npm run dev the css generation fails in .nswow/app.scss.

Expected Behavior

Generate all imports for each component

Context (Environment)

Windows 11 Powershell 7 x64 Node v22.6.0 | npm 10.8.2

Detailed Description

10:30:59 [vite] Internal server error: [sass] Can't find stylesheet to import.
  ╷
2 │ @import "";
  │         ^^
  ╵
  .nswow\app.scss 2:9  root stylesheet
  Plugin: vite:css
  File: D:\nhs\test-reportinglibrary\TESTDesugn01\.nswow\app.scss:2:9
  Error: Can't find stylesheet to import.
    ╷
  2 │ @import "";
    │         ^^
    ╵
    .nswow\app.scss 2:9  root stylesheet
      at Object.wrapException (D:\nhs\test-reportinglibrary\TESTDesugn01\node_modules\sass\sass.dart.js:2301:43)
      at D:\nhs\test-reportinglibrary\TESTDesugn01\node_modules\sass\sass.dart.js:87075:25
      at _wrapJsFunctionForAsync_closure.$protected (D:\nhs\test-reportinglibrary\TESTDesugn01\node_modules\sass\sass.dart.js:5011:15)
      at _wrapJsFunctionForAsync_closure.call$2 (D:\nhs\test-reportinglibrary\TESTDesugn01\node_modules\sass\sass.dart.js:37820:12)
      at _awaitOnObject_closure.call$1 (D:\nhs\test-reportinglibrary\TESTDesugn01\node_modules\sass\sass.dart.js:37808:32)
      at Object._rootRunUnary (D:\nhs\test-reportinglibrary\TESTDesugn01\node_modules\sass\sass.dart.js:5414:18)
      at StaticClosure.<anonymous> (D:\nhs\test-reportinglibrary\TESTDesugn01\node_modules\sass\sass.dart.js:123112:16)
      at _CustomZone.runUnary$2$2 (D:\nhs\test-reportinglibrary\TESTDesugn01\node_modules\sass\sass.dart.js:39269:39)
      at _Future__propagateToListeners_handleValueCallback.call$0 (D:\nhs\test-reportinglibrary\TESTDesugn01\node_modules\sass\sass.dart.js:38334:51)
      at Object._Future__propagateToListeners (D:\nhs\test-reportinglibrary\TESTDesugn01\node_modules\sass\sass.dart.js:5206:93)
10:30:59 [vite] Pre-transform error: [sass] Can't find stylesheet to import.
  ╷
2 │ @import "";
  │         ^^
  ╵
lars-zweifel commented 1 month ago

This Issue might be related to #10 or path generation with mixed Windows backslashes and forwardslashes

mikedoerer commented 1 month ago

OK, schaue ich mir an. Powershell war hier nie im Einsatz.