Closed jason-capsule42 closed 1 year ago
4.2.0
See this error in the terminal:
Running initial component build . . . . . . . .Command failed: npm run build Error: Can't find stylesheet to import. ╷ 10 │ @import './../node_modules/@aurodesignsystem/webcorestylesheets/dist/breakpoints'; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ src/style.scss 10:9 root stylesheet ERROR: "build:sass:component" exited with 65. ERROR: "build:sass" exited with 1.
This issue cannot be reproduced on the Auro docsite
The build should run correectly during component generation.
No response
Update all imports in the style.scss file so that the build will run correclty.
style.scss
Please verify the version of wc-generator you have installed
4.2.0
Please describe the bug
See this error in the terminal:
Reproducing the error
This issue cannot be reproduced on the Auro docsite
Expected behavior
The build should run correectly during component generation.
What browsers are you seeing the problem on?
No response
Additional context
No response
Exit criteria
Update all imports in the
style.scss
file so that the build will run correclty.