Replies: 2 comments 1 reply
-
Could you provide a reproduction please, such as a git repo? |
Beta Was this translation helpful? Give feedback.
0 replies
-
It seems that it was an incompatibility with the vite version I was using, I have added @latest for vite and now I do not have any issue. bun create vite@latest ${PROJECT_NAME} --template react-ts Which create a VITE 6.1.0 project and not a VITE 4.5.9 project... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to integrate Tailwindcss 4 in a reactjs/vite project (fresh starting project)
I have followed the step by step from the docs but I have an error when do it on my MBP.
I do not have such issue on a Linux machine (ubuntu)
3:56:58 PM [vite] Internal server error: _.waitForRequestsIdle is not a function Plugin: @tailwindcss/vite:generate:serve File: /Users/maquejp/Developments/projects/multi-techs/guis/web/reactjs/vite/book_a_pro/src/index.css at file:///Users/maquejp/Developments/projects/multi-techs/guis/web/reactjs/vite/book_a_pro/node_modules/@tailwindcss/vite/dist/index.mjs:1:3400 at Array.map (<anonymous>) at TransformContext.transform (file:///Users/maquejp/Developments/projects/multi-techs/guis/web/reactjs/vite/book_a_pro/node_modules/@tailwindcss/vite/dist/index.mjs:1:3391) at Object.transform (file:///Users/maquejp/Developments/projects/multi-techs/guis/web/reactjs/vite/book_a_pro/node_modules/vite/dist/node/chunks/dep-3936e161.js:44355:62) at async loadAndTransform (file:///Users/maquejp/Developments/projects/multi-techs/guis/web/reactjs/vite/book_a_pro/node_modules/vite/dist/node/chunks/dep-3936e161.js:55029:29) at async viteTransformMiddleware (file:///Users/maquejp/Developments/projects/multi-techs/guis/web/reactjs/vite/book_a_pro/node_modules/vite/dist/node/chunks/dep-3936e161.js:64617:32) _.waitForRequestsIdle is not a function
How can I solve this...
Beta Was this translation helpful? Give feedback.
All reactions