laravel-frontend-presets / tall

A TALL (Tailwind CSS, Alpine.js, Laravel and Livewire) Preset for Laravel
MIT License
2.42k stars 203 forks source link

New install not working (postcss incorrectly configured) #138 #159

Open mar-babu opened 1 month ago

mar-babu commented 1 month ago

Hi, @danharrin

I faced installation error while,npm run dev I had read all of previous discussions.

Here i tried, fresh : image

Here i tried, postcss.config.js renaming to postcss.config.cjs : though not working... image

But here, postcss.config.js with module.exports = { plugins: { tailwindcss: {}, autoprefixer: {}, }, }

image

It's fixed.