Skip to content
New issue

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

MDC-102 cant use dependencies with current version ^13.0.0 for "@material/drawer": "^6.0.0", "@material/image-list": "^13.0.0" #318

Open
Fadelbayabi opened this issue Nov 10, 2021 · 0 comments

Comments

@Fadelbayabi
Copy link

Issue caused by:
"@material/drawer": "^130.0",
"@material/image-list": "^13.0.0"

To work: downgraded to
"@material/drawer": "^6.0.0",
"@material/image-list": "^6.0.0",

ERROR in ./home.scss
Module build failed: 
@use '@material/theme/theme-color';
^
      Can't find stylesheet to import.
   ╷
22 │ @use '@material/theme/theme-color';
   │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
  node_modules\@material\list\_variables.scss 22:1           @forward
  node_modules\@material\drawer\mdc-drawer.import.scss 13:1  @import
  stdin 2:9                                                  root stylesheet
      in C:\Users\albayabif\projects\material-components-web-codelabs-master\mdc\mdc-102\starter\node_modules\@material\list\_variables.scss (line 22, column 1)
 @ multi (webpack)-dev-server/client?http://localhost:8080 ./home.scss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant