vendor/laravel/nova/resources/css/app.css fails to build #4802
-
Description:ERROR in ./resources/css/app.css Detailed steps to reproduce the issue on a fresh Nova installation:run npm / yarn run prod from laravel/nova root. Never had an issue until the most recent nova update. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
We run npm ci and npm run dev/prod on each CI before running dusk tests without failure. |
Beta Was this translation helpful? Give feedback.
-
Just commented out "tailwind css: {}," in "postcss.config.js" file. Problem solved. |
Beta Was this translation helpful? Give feedback.
We run npm ci and npm run dev/prod on each CI before running dusk tests without failure.