Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Use process(css).then(cb) to work with async plugins

I created React native using EXPO .Once I run the project I get following error.I have not done any coding on the project.Just a plain project

iOS Bundling failed 2610ms App.js: /Users/kasun/Desktop/test-site/weather-app/App.js: Use process(css).then(cb) to work with async plugins

like image 384
user2689511 Avatar asked Feb 03 '26 04:02

user2689511


2 Answers

Make sure tailwind CSS is installed at 3.3.2 and not ^3.3.2

like image 75
Joeboulton Avatar answered Feb 05 '26 16:02

Joeboulton


Remove the Tailwindcss version 3.3.3 and use [email protected] and that should fixed the problem.

I did same thing and it worked.

like image 27
King Robert Kehinde Avatar answered Feb 05 '26 18:02

King Robert Kehinde