-
Hi there 👋 I updated a project from svelte kit [vite] Error when evaluating SSR module /src/routes/__layout.svelte:
Error: Cannot find module '/home/.../postcss.config.cjs' imported from '/home/.../node_modules/vite/dist/node/chunks/dep-f5552faa.js' Once I clear the Has anyone encountered this problem? How can I convince vite not to import my PostCSS config? Thankful for any hints 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 17 replies
-
I have no issues running Tailwind with |
Beta Was this translation helpful? Give feedback.
-
I did not encounter such issue using I followed the official documentation, Get started with Tailwind CSS. Could there be a repository for reproduction? |
Beta Was this translation helpful? Give feedback.
-
@b2m9 @akiarostami Providing a working repository instead.
Run It should look like this Hero UI from Tailwind UI Kit. |
Beta Was this translation helpful? Give feedback.
-
This seems to be have been an issue with |
Beta Was this translation helpful? Give feedback.
This seems to be have been an issue with
vite
. It has been resolved in #3791. I do not experience this issue anymore in version1.0.0-next.262
.