We're a place where coders share, stay up-to-date and grow their careers.
Hey there
trying to run without laravel-mix 6:
npm install tailwindcss@latest postcss@latest autoprefixer@latest
i got this result:
ERROR in ./resources/css/app.css Module build failed (from ./node_modules/css-loader/index.js): ModuleBuildError: Module build failed (from ./node_modules/postcss-loader/src/index.js): Error: PostCSS plugin tailwindcss requires PostCSS 8. Migration guide for end-users: https://github.com/postcss/postcss/wiki/PostCSS-8-for-end-users
my machine:
laravel 8.15.0 with jetsream inertia (vue.js)
Is laravel-mix 6 is a must? because you mention it only as "suggestion"
Thanks
I applied the command i suggested in the posts on projects with: Laravel 8 + Livewire + Tailwindcss2 (Jetstream)
I never tried with Vue.js I will try it
Hey there
trying to run without laravel-mix 6:
i got this result:
my machine:
Is laravel-mix 6 is a must? because you mention it only as "suggestion"
Thanks
I applied the command i suggested in the posts on projects with: Laravel 8 + Livewire + Tailwindcss2 (Jetstream)
I never tried with Vue.js
I will try it