You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I attempt to compile the basic table from Readme.md I get this error:
[!] (plugin postcss) Error: Mixin mdc-typography has no parameter named $exclude-props
node_modules@smui\textfield_index.scss
Error: Mixin mdc-typography has no parameter named $exclude-props
at options.error (C:\Users\Mal\Documents\software\
node_modules\node-sass\lib\index.js:290:33)
I feel this must be some simple oversight but I can't see what it is. I have attached my package.json in case there is an obvious dependency missing.
I solved this by running npm install @material/[email protected]. svelte-material-ui only depended on ^3.1.0.
(but I'm now getting a new error, see here: #202)
When I attempt to compile the basic table from Readme.md I get this error:
[!] (plugin postcss) Error: Mixin mdc-typography has no parameter named $exclude-props
node_modules@smui\textfield_index.scss
Error: Mixin mdc-typography has no parameter named $exclude-props
at options.error (C:\Users\Mal\Documents\software\
node_modules\node-sass\lib\index.js:290:33)
I feel this must be some simple oversight but I can't see what it is. I have attached my package.json in case there is an obvious dependency missing.
Thanks for any help
package.json.txt
The text was updated successfully, but these errors were encountered: