Level 88
You're importing the core-styles, but you also need to install the material UI core for that. Try this
npm install @material-ui/core
1 like
Hi all, i have a fresh laravel fresh installation, i try to install @material/textfield:
npm install @material/textfield
import in my app.scss:
@use "@material/textfield";
@include textfield.core-styles;
compiling: npm run dev
but return this error:
ERROR in ./resources/sass/app.scss
Module build failed (from ./node_modules/css-loader/index.js):
ModuleBuildError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
SassError: Can't find stylesheet to import.
╷
2 │ @use "@material/textfield";
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^
Any ideas?
Please or to participate in this conversation.