angular-material-dynamic-themes icon indicating copy to clipboard operation
angular-material-dynamic-themes copied to clipboard

Cannot upgrade to @angular/material 13.3.9

Open jdang67 opened this issue 1 year ago • 0 comments

To upgrade to angular-material@13, I need to use the --force option otherwise, I cannot upgrade ng update --force @angular/material@13

After upgrading to angangular-material@13, npm start throw the following error

1./src/styles.scss - Error: Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):
HookWebpackError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
SassError: 'Hue "A300" does not exist in palette. Available hues are: 50, 100, 200, 300, 400, 500, 600, 700, 800, 900, A100, A200, A400, A700, contrast'
   ╷
55 │     lighter: _get-color-from-palette($base-palette, $lighter),```

jdang67 avatar Sep 07 '22 15:09 jdang67