[bug] Tauri dev failing when adding tailwind to SvelteKit project #11710
Labels
platform: Linux
status: needs triage
This issue needs to triage, applied to new issues
status: upstream
This issue is blocked by upstream dependencies and we need to wait or contribute upstream fixes
type: bug
Describe the bug
After adding tailwindcss to a brand new project, I get an error when running
pnpm tauri dev
.But works when running
pnpm run dev
and opening in the browser.Seems similar to this issue: #11482
Reproduction
pnpm create tauri-app
. All default options, except selecting Svelte as the framework.pnpm dlx sv add tailwindcss
pnpm tauri dev
Expected behavior
Should be able to run the app, instead of crashing.
Full
tauri info
outputStack trace
Additional context
No response
The text was updated successfully, but these errors were encountered: