motia
motia copied to clipboard
[plugin:vite:css] Failed to load PostCSS config
Environment
Windows 11, bunx (1.2.23), Chrome
Steps to Reproduce
- bunx motia@latest create (select python)
- bun install "--save [email protected] [email protected]"
- bun pm trust --all
- bun run dev
Expected Behavior
Tutorial webside showing up.
Actual Behavior
[plugin:vite:css] Failed to load PostCSS config (searchPath: D:/motia/test/node_modules/@motiadev/workbench/dist): [Error] Loading PostCSS Plugin failed: 2 errors building "D:\motia\test\node_modules\@tailwindcss\oxide\index.js"
(@D:\motia\test\node_modules\@motiadev\workbench\dist\postcss.config.mjs)
Error: Loading PostCSS Plugin failed: 2 errors building "D:\motia\test\node_modules\@tailwindcss\oxide\index.js"
(@D:\motia\test\node_modules\@motiadev\workbench\dist\postcss.config.mjs)
at load (D:\motia\test\node_modules\vite\dist\node\chunks\dep-Bu492Fnd.js:11776:14)
at processTicksAndRejections (native)
Relevant Logs/Console Output
Screenshots
Motia Version
0.8.2.-beta139
Additional Context
No response
Thank you, we will check that this week
I tried the same with npx under arch there it does work, so seems to be something with the bunx/bun setup - I don't know how much this has been tested. With Ubuntu I couldnt use npx that fast because it uses a old (v18) version of nodejs as standard.