Hello there!
I discovered this API this evening, and I’m trying to setup a basic todo-peoject as designed in the wiki.
Once the project is opens in Intellij, and I execute the Application class, I have this error:
[plugin:vite:css] Failed to load PostCSS config (searchPath: C:/Users/Sky/IdeaProjects/TestVaadin/frontend): [Error] Loading PostCSS Plugin failed: Cannot find module 'tailwindcss'
Require stack:
- C:\Users\Sky\IdeaProjects\postcss.config.js
(@C:\Users\Sky\IdeaProjects\postcss.config.js)
Error: Loading PostCSS Plugin failed: Cannot find module 'tailwindcss'
Require stack:
- C:\Users\Sky\IdeaProjects\postcss.config.js
(@C:\Users\Sky\IdeaProjects\postcss.config.js)
at load (file:///C:/Users/Sky/IdeaProjects/TestVaadin/node_modules/vite/dist/node/chunks/dep-665b0112.js:25816:11)
at file:///C:/Users/Sky/IdeaProjects/TestVaadin/node_modules/vite/dist/node/chunks/dep-665b0112.js:25841:16
at Array.map (<anonymous>)
at plugins (file:///C:/Users/Sky/IdeaProjects/TestVaadin/node_modules/vite/dist/node/chunks/dep-665b0112.js:25840:8)
at processResult (file:///C:/Users/Sky/IdeaProjects/TestVaadin/node_modules/vite/dist/node/chunks/dep-665b0112.js:25910:14)
at file:///C:/Users/Sky/IdeaProjects/TestVaadin/node_modules/vite/dist/node/chunks/dep-665b0112.js:26034:14
at async resolvePostcssConfig (file:///C:/Users/Sky/IdeaProjects/TestVaadin/node_modules/vite/dist/node/chunks/dep-665b0112.js:44598:22)
at async compileCSS (file:///C:/Users/Sky/IdeaProjects/TestVaadin/node_modules/vite/dist/node/chunks/dep-665b0112.js:44351:27)
at async TransformContext.transform (file:///C:/Users/Sky/IdeaProjects/TestVaadin/node_modules/vite/dist/node/chunks/dep-665b0112.js:43963:55)
at async Object.transform (file:///C:/Users/Sky/IdeaProjects/TestVaadin/node_modules/vite/dist/node/chunks/dep-665b0112.js:41031:30)
C:/Users/Sky/IdeaProjects/TestVaadin/frontend/index.html
Did I do anything wrong?