We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
fix(build): correct paths for latest WCSS and design token versions #424
4a61e75
fd0970c
chore(release): 4.2.1 [skip ci]
4a488a1
## [4.2.1](v4.2.0...v4.2.1) (2023-10-04) ### Bug Fixes * **build:** correct paths for latest WCSS and design token versions [#424](#424) ([fd0970c](fd0970c))
jason-capsule42
Successfully merging a pull request may close this issue.
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.The text was updated successfully, but these errors were encountered: