noob2ninja
Markdown editor does not display with styles applied
I am following the examples in the online documentation for the form builder v2 and I am using Laravel v8. I am trying to add a markdown editor input to my form . The markdown editor displays without being styled and formatted. Do I need to add more styles to get it to display correctly. Can anyone please help out as I am a newbie.
3 replies
npm install & npm run dev compiles with error
I am new to filament and I am trying to learn filament forms v2 to use in a project. After a fresh installation of laravel 8 and livewire 2, I installed filament forms and ran npm install and npm run dev. I get an errror message like this
● Mix █████████████████████████ done (99%)
plugins
ERROR in ./resources/css/app.css
Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):
ModuleBuildError: Module build failed (from ./node_modules/postcss-loader/dist/cjs.js):
C:\laragon\www\filamentPHP.v2\postcss.config.js:1
export default .....
Can someone please help me out. I am at my wit end.
4 replies