Installing tailwind causes app to throw
See original GitHub issueHi, I’m trying to install Tailwind via yarn rw g util tailwind
. However, when I run the dev server using yarn rw dev
, I immediately see an error message saying:
ValidationError: Invalid options object. PostCSS Loader has been initialized using an options object that does not match the API schema.
- options has an unknown property 'config'. These properties are valid:
object { postcssOptions?, execute?, sourceMap? }
This error even occurs in a new project. It could be just me, but here are the steps that I took:
yarn create redwood-app app
cd app
yarn rw g util tailwind
yarn rw dev
Doing a little search shows that it could be webpack but I’m not sure.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Installation - Tailwind CSS
The simplest and fastest way to get up and running with Tailwind CSS from scratch is with the Tailwind CLI tool.
Read more >Taillwind Installation Issues - Stack Overflow
I'm trying to install Tailwind on my React project. I followed the instructions on https://tailwindcss.com/docs/guides/create-react-app and ...
Read more >How To Create a New Rails 7 App With Tailwind
This tutorial walks through getting a basic Rails 7 application up and running with Tailwind, Devise, and other libraries.
Read more >Setting up a dev environment with React, Vite, and Tailwind
As software becomes more sophisticated to meet the needs of end users, app size increases linearly and leads to a demand for faster...
Read more >How to install Tailwind CSS using Webpacker with Rails
I'm the creator of GoRails, Hatchbox.io and Jumpstart. I spend my time creating tutorials and tools to help Ruby on Rails developers build...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@iwatakeshi Whoops, fixed now!
@iwatakeshi Thanks for reporting this - I’m fixing this now.
@thedavidprice This should go in
v0.18.0