Skip to content

Stackblitz templates console errors Nuxt + Tailwind CSS 4.0 #3290

@bushido2014

Description

@bushido2014

Describe the bug
After setting up Tailwind CSS in a Nuxt project following the official documentation, running npm run dev results in a console error:

Uncaught (in promise) Error: Unhandled Promise Rejection: Could not find
source file: 'stackblitz:/.nuxt/app.config.mjs'

This issue occurs specifically in StackBlitz templates and prevents the application from running properly. It seems like StackBlitz is unable to resolve the .nuxt/app.config.mjs file.

Link to the blitz that caused the error
https://stackblitz.com/edit/nuxt-starter-hjls5dsk?file=app.vue,assets%2Fcss%2Fmain.css,nuxt.config.ts

Steps to reproduce
Create a new Nuxt project in StackBlitz.
Install Tailwind CSS following the official Nuxt documentation.
Run npm run dev.
Check the browser console for errors.
Expected behavior
The project should start without errors, and Tailwind CSS should be properly integrated.

Image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions